diff options
-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 c5e939692..1dc00881a 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -66,7 +66,7 @@ jobs: repository: python-discord/infra path: infra - - uses: azure/setup-kubectl@v3 + - uses: azure/setup-kubectl@v4 - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v4 |