From dd112bf404432c5571cab50ea23fb0fc04e7bb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:57:13 +0000 Subject: [PATCH] Bump azure/aks-set-context from 3 to 4 Bumps [azure/aks-set-context](https://github.com/azure/aks-set-context) from 3 to 4. - [Release notes](https://github.com/azure/aks-set-context/releases) - [Changelog](https://github.com/Azure/aks-set-context/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/aks-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/aks-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testflow.yml b/.github/workflows/testflow.yml index aaa7f7a..9d8dbfe 100644 --- a/.github/workflows/testflow.yml +++ b/.github/workflows/testflow.yml @@ -105,7 +105,7 @@ jobs: # Retrieves your Azure Kubernetes Service cluster's kubeconfig file - name: Get K8s context - uses: azure/aks-set-context@v3 + uses: azure/aks-set-context@v4 with: resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }} cluster-name: ${{ env.CLUSTER_NAME }}