diff options
author | 2024-03-11 17:34:07 +0000 | |
---|---|---|
committer | 2024-03-11 17:34:07 +0000 | |
commit | 13067f2c5e1c0b9e8b1fc7d85f6763adf1afd7b3 (patch) | |
tree | e3a6487f31ff29437d958c819edd920d8f618cf2 | |
parent | Use 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.yaml | 2 |
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 }} |