aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 10:54:33 +0000
committerGravatar GitHub <[email protected]>2024-03-11 10:54:33 +0000
commita654309d93b662b7afd0a7582bac905ad2795081 (patch)
tree21a3652619c94f58047c6e5660aa3c7fd9255fac /.github
parentBump dnspython from 2.5.0 to 2.6.1 (#185) (diff)
Bump azure/k8s-set-context from 3 to 4 (#190)
Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 3 to 4. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-kubernetes.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-kubernetes.yaml b/.github/workflows/lint-kubernetes.yaml
index fb5e00c..4aae329 100644
--- a/.github/workflows/lint-kubernetes.yaml
+++ b/.github/workflows/lint-kubernetes.yaml
@@ -23,7 +23,7 @@ jobs:
- uses: azure/setup-kubectl@v3
- name: Authenticate with Kubernetes
- uses: azure/k8s-set-context@v3
+ uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.kube-config }}