From df1717b7c127b5907c4d5d9876a1e4db3da00865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:05:47 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 3 to 4 in /.github/actions/setup-deploy 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] --- .github/actions/setup-deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-deploy/action.yaml b/.github/actions/setup-deploy/action.yaml index 96eddf9dc5..c56d654f48 100644 --- a/.github/actions/setup-deploy/action.yaml +++ b/.github/actions/setup-deploy/action.yaml @@ -103,7 +103,7 @@ runs: # - 2i2c, k8s upgrades tracked: https://github.com/2i2c-org/infrastructure/issues/2293 # - 2i2c, historical issue: https://github.com/2i2c-org/infrastructure/issues/1271 # - - uses: azure/setup-kubectl@v3 + - uses: azure/setup-kubectl@v4 with: version: "v1.25.10"