aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 17:34:07 +0000
committerGravatar GitHub <[email protected]>2024-03-11 17:34:07 +0000
commit13067f2c5e1c0b9e8b1fc7d85f6763adf1afd7b3 (patch)
treee3a6487f31ff29437d958c819edd920d8f618cf2
parentUse paginator from botcore (#1444) (diff)
Bump azure/k8s-set-context from 3 to 4 (#1473)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build-deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index 3fb8b990..8a7a7989 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -62,7 +62,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.KUBECONFIG }}