diff options
author | 2023-01-17 05:09:09 +0000 | |
---|---|---|
committer | 2023-01-17 05:09:09 +0000 | |
commit | 8b47013d3975be561e74b393bcc14c9de5617ea3 (patch) | |
tree | ec448c81ea0c95f4f50d5dfea8ef4a832b724214 /.github | |
parent | Merge pull request #841 from python-discord/ignore-to-extend-ignore (diff) |
Bump azure/k8s-set-context from 1 to 3
Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 1 to 3.
- [Release notes](https://github.com/azure/k8s-set-context/releases)
- [Commits](https://github.com/azure/k8s-set-context/compare/v1...v3)
---
updated-dependencies:
- dependency-name: azure/k8s-set-context
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-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 }} |