From 8b47013d3975be561e74b393bcc14c9de5617ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 05:09:09 +0000 Subject: Bump azure/k8s-set-context from 1 to 3 Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 1 to 3. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v1...v3) --- 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/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ea5e0303..d4c6fecb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: - uses: azure/setup-kubectl@v3 - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v1 + uses: azure/k8s-set-context@v3 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} -- cgit v1.2.3