diff options
author | 2024-03-12 17:09:03 +0800 | |
---|---|---|
committer | 2024-03-12 17:09:03 +0800 | |
commit | 850bcf434a4ec9966ec3b93b5abf952b21ded7f1 (patch) | |
tree | e306b13c8dfd92a73c89035b9952ff3d3be195e3 | |
parent | Fix resources project-ideas FA icon (diff) | |
parent | Bump azure/setup-kubectl to v4.0.0 (diff) |
Merge branch 'main' into fix/timeline-icons
-rw-r--r-- | .github/workflows/build-deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index c5a62c10..c0a7b171 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -64,10 +64,10 @@ 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@v3 + uses: azure/k8s-set-context@v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} |