From 337ea423f7f47d0b8a1ada652d15f1e6ba8e565f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:02:00 +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 bb03bc1..63730c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -148,7 +148,7 @@ jobs: output: k8s/deploy.yaml - name: Setup Kubectl - 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' }}