diff options
author | 2024-03-11 11:04:26 +0000 | |
---|---|---|
committer | 2024-03-11 11:04:26 +0000 | |
commit | 575e9d5baf987135f1afc39cefd6ecc87183dc8c (patch) | |
tree | 2a5bc7c97d4d6c7d0ef17dfa1297fe61a8d58abe | |
parent | Bump azure/k8s-set-context from 3 to 4 (diff) |
Bump azure/setup-kubectl to v4.0.0
a v4 tag doesn't exist on the repo, see https://github.com/Azure/setup-kubectl/issues/100
-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 6eed2878..c0a7b171 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -64,7 +64,7 @@ jobs: repository: python-discord/infra path: infra - - uses: azure/setup-kubectl@v3 + - uses: azure/[email protected] - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v4 |