From f201d75021b0ac0360e152be48246ed67a7f19d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:35:18 +0000 Subject: [PATCH] Bump azure/setup-kubectl in the ghaction-dependencies group Bumps the ghaction-dependencies 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: ghaction-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9089a74..d45bef5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: run: az acr login --name ${{ secrets.ACR_REGISTRY_NAME }} - name: Install kubectl - uses: azure/setup-kubectl@v3.2 + uses: azure/setup-kubectl@v4 # with: # version: '' # default is latest stable