From 4e2220e67e925f98df7b5b5bb70dc7621d37e384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 06:06:59 +0000 Subject: [PATCH] A0-3952: Bump azure/setup-kubectl in the all-github-actions group Bumps the all-github-actions group with 1 update: [azure/setup-kubectl](https://github.com/azure/setup-kubectl). Updates `azure/setup-kubectl` from 3.2 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.2...v4) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-devnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-devnet.yml b/.github/workflows/deploy-to-devnet.yml index be63cc9459..0c5cf4d9f2 100644 --- a/.github/workflows/deploy-to-devnet.yml +++ b/.github/workflows/deploy-to-devnet.yml @@ -59,7 +59,7 @@ jobs: kustomize-version: ${{ vars.KUSTOMIZE_VERSION }} - name: Setup kubectl - uses: azure/setup-kubectl@v3.2 + uses: azure/setup-kubectl@v4 with: version: 'v1.23.6'