From c2ddab5b321f591416d41e34040db2729844a7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:01:39 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 2.0 to 3.2 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 2.0 to 3.2. - [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/v2.0...v3.2) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-k8s.yaml b/.github/workflows/deploy-to-k8s.yaml index e81622f..159f06d 100644 --- a/.github/workflows/deploy-to-k8s.yaml +++ b/.github/workflows/deploy-to-k8s.yaml @@ -49,7 +49,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 - - uses: azure/setup-kubectl@v2.0 + - uses: azure/setup-kubectl@v3.2 - name: set kubernetes context uses: azure/k8s-set-context@v1 with: