aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 10:29:48 -0700
committerGravatar GitHub <[email protected]>2024-03-11 10:29:48 -0700
commit670129f46777ee4bc473533f5220e02a0404de06 (patch)
treecea20b84167cf873c0056b5716322c1421af5331
parentSupport reply as a message reference for raw command (diff)
Bump azure/k8s-set-context from 3 to 4 (#2952)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index b06429faf..c5e939692 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -69,7 +69,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 }}