From 0eb8ff1dc7d9e11c3a96aa37b3fad1f6430699ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:56:37 +0000 Subject: [PATCH] chore(deps): bump Azure/k8s-set-context from 2 to 4 Bumps [Azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 2 to 4. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v2...v4) --- 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/relayer-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/relayer-deployment.yml b/.github/workflows/relayer-deployment.yml index f6cf0fe6..ce8a6ad9 100644 --- a/.github/workflows/relayer-deployment.yml +++ b/.github/workflows/relayer-deployment.yml @@ -71,7 +71,7 @@ jobs: - uses: azure/setup-kubectl@v2.0 - - uses: Azure/k8s-set-context@v2 + - uses: Azure/k8s-set-context@v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBE_CONFIG }}