aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-01-17 18:34:25 +0000
committerGravatar GitHub <[email protected]>2023-01-17 18:34:25 +0000
commit54885632ca0f990cdca12671a31027237397a94f (patch)
treeec448c81ea0c95f4f50d5dfea8ef4a832b724214 /.github/workflows
parentMerge pull request #841 from python-discord/ignore-to-extend-ignore (diff)
parentBump azure/k8s-set-context from 1 to 3 (diff)
Merge pull request #848 from python-discord/dependabot/github_actions/azure/k8s-set-context-3
Bump azure/k8s-set-context from 1 to 3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index ea5e0303..d4c6fecb 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -33,7 +33,7 @@ jobs:
- uses: azure/setup-kubectl@v3
- name: Authenticate with Kubernetes
- uses: azure/k8s-set-context@v1
+ uses: azure/k8s-set-context@v3
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}