diff options
author | 2024-03-13 18:13:09 +0000 | |
---|---|---|
committer | 2024-03-13 18:13:09 +0000 | |
commit | 1d980c33404614641689896ba6e0590304d347ee (patch) | |
tree | 1a36c90084308c6e9cbabf2d40102eaf0a8c9ae8 | |
parent | Bump ruff from 0.3.1 to 0.3.2 (#2954) (diff) |
Bump azure/setup-kubectl from 3 to 4 (#2956)
Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3 to 4.
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/setup-kubectl/compare/v3...v4)
---
updated-dependencies:
- dependency-name: azure/setup-kubectl
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index c5e939692..1dc00881a 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -66,7 +66,7 @@ jobs: repository: python-discord/infra path: infra - - uses: azure/setup-kubectl@v3 + - uses: azure/setup-kubectl@v4 - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v4 |