Skip to content

Commit add6499

Browse files
dependabot[bot]ChrisLovering
authored andcommitted
Bump azure/k8s-set-context from 4 to 5
Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 4 to 5. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Changelog](https://github.com/Azure/k8s-set-context/blob/main/CHANGELOG.md) - [Commits](Azure/k8s-set-context@v4...v5) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c71fd0e commit add6499

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: azure/setup-kubectl@v5.0.0
2424

2525
- name: Authenticate with Kubernetes
26-
uses: azure/k8s-set-context@v4
26+
uses: azure/k8s-set-context@v5
2727
with:
2828
method: kubeconfig
2929
kubeconfig: ${{ secrets.kube-config }}

.github/workflows/prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: azure/setup-kubectl@v5.0.0
2323

2424
- name: Authenticate with Kubernetes
25-
uses: azure/k8s-set-context@v4
25+
uses: azure/k8s-set-context@v5
2626
with:
2727
method: kubeconfig
2828
kubeconfig: ${{ secrets.KUBECONFIG }}

0 commit comments

Comments
 (0)