diff options
author | 2023-01-17 18:34:25 +0000 | |
---|---|---|
committer | 2023-01-17 18:34:25 +0000 | |
commit | 54885632ca0f990cdca12671a31027237397a94f (patch) | |
tree | ec448c81ea0c95f4f50d5dfea8ef4a832b724214 | |
parent | Merge pull request #841 from python-discord/ignore-to-extend-ignore (diff) | |
parent | Bump 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
-rw-r--r-- | .github/workflows/deploy.yaml | 2 |
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 }} |