From 1e8162b93d308efc484cf58c20f9a1168661d4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 06:04:40 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 3.0 to 3.1 Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3.0 to 3.1. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](https://github.com/azure/setup-kubectl/compare/v3.0...v3.1) --- 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..271f6262 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.1 - name: Deploy to k8s if: ${{ env.DEPLOY_PROD == 'true' || env.DEPLOY_STAGE == 'true' }}