From 8d0eb6f3e644f8d24687a3dc21bf1f1879807008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 05:52:35 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 4.0.1 to 5.0.0 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 4.0.1 to 5.0.0. - [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/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index e4e156694..41c264b64 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -64,7 +64,7 @@ jobs: repository: python-discord/infra path: infra - - uses: azure/setup-kubectl@v4.0.1 + - uses: azure/setup-kubectl@v5.0.0 - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v4