aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-03-12 17:09:03 +0800
committerGravatar hedy <[email protected]>2024-03-12 17:09:03 +0800
commit850bcf434a4ec9966ec3b93b5abf952b21ded7f1 (patch)
treee306b13c8dfd92a73c89035b9952ff3d3be195e3
parentFix resources project-ideas FA icon (diff)
parentBump azure/setup-kubectl to v4.0.0 (diff)
Merge branch 'main' into fix/timeline-icons
-rw-r--r--.github/workflows/build-deploy.yaml4
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 }}