From 70bde64ca7b57fde7cf97790a72b042240c38bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:02:16 +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 1ac29db..a16d936 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.1 - name: Deploy to k8s if: ${{ env.DEPLOY_PROD == 'true' || env.DEPLOY_STAGE == 'true' }}