From 047db5c3d762d1c3d36e0b59324cad7aaaa75807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:34:52 +0000 Subject: [PATCH] chore(deps): 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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-deploy.yml b/.github/workflows/k8s-deploy.yml index 88196a2..53b807a 100644 --- a/.github/workflows/k8s-deploy.yml +++ b/.github/workflows/k8s-deploy.yml @@ -142,7 +142,7 @@ jobs: - name: 🔐 Get AKS kubeconfig if: inputs.cluster-provider == 'aks' - uses: azure/aks-set-context@v3 + uses: azure/aks-set-context@v4 with: cluster-name: ${{ inputs.cluster-name }} resource-group: ${{ env.AZURE_RESOURCE_GROUP }}