diff options
author | 2024-03-13 18:13:11 +0000 | |
---|---|---|
committer | 2024-03-13 18:13:11 +0000 | |
commit | e24a9a1ec39fbea16f5052289e2fcd9a74576ec5 (patch) | |
tree | 7b5fa440d4a1ad00d42925066ccd86070d442e70 | |
parent | Bump azure/k8s-set-context from 3 to 4 (#1473) (diff) |
Bump azure/setup-kubectl from 3 to 4 (#1475)
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 8a7a7989..dd1b2d0d 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -59,7 +59,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 |