diff options
author | 2024-03-11 10:29:48 -0700 | |
---|---|---|
committer | 2024-03-11 10:29:48 -0700 | |
commit | 670129f46777ee4bc473533f5220e02a0404de06 (patch) | |
tree | cea20b84167cf873c0056b5716322c1421af5331 | |
parent | Support 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.yml | 2 |
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 }} |