From 50609e10ad539a6f5155093d826d12929140705b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 20:08:18 +0000 Subject: [PATCH] Bump azure/k8s-set-context from 1 to 2 Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 1 to 2. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deployments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index 019adbc8e..6e8ec2e1d 100644 --- a/.github/workflows/deployments.yml +++ b/.github/workflows/deployments.yml @@ -37,7 +37,7 @@ jobs: - run: echo "deploying to production with tag ${{ needs.determine-image.outputs.tag }}" - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v1 + uses: azure/k8s-set-context@v2 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -64,7 +64,7 @@ jobs: - run: echo "deploying to staging with tag ${{ needs.determine-image.outputs.tag }}" - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v1 + uses: azure/k8s-set-context@v2 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }}