From 1d6b433cc6a7841d23fce71abab52a3110eed40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 06:04:40 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 3.0 to 3.2 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3.0 to 3.2. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](https://github.com/azure/setup-kubectl/compare/v3.0...v3.2) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4884d11..6bce0694 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: - name: Setup Kubectl if: ${{ env.DEPLOY_PROD == 'true' || env.DEPLOY_STAGE == 'true' }} - uses: azure/setup-kubectl@v3.0 + uses: azure/setup-kubectl@v3.2 - name: Deploy to k8s if: ${{ env.DEPLOY_PROD == 'true' || env.DEPLOY_STAGE == 'true' }}