From b9e202460cba1d0af4a384b8b53ad9ec24fd874f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:52:54 +0000 Subject: [PATCH] ci(deps): bump azure/aks-set-context from 4.0.3 to 5.0.0 Bumps [azure/aks-set-context](https://github.com/azure/aks-set-context) from 4.0.3 to 5.0.0. - [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/c7eb093e5a5d47caa333f64974d5fd1cd4bf069d...60623acbdcbbdcf799ad50a1adf8703874339f8b) --- updated-dependencies: - dependency-name: azure/aks-set-context dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-k8s.yml b/.github/workflows/deploy-k8s.yml index 7bfb4332b..fbadc6ef3 100644 --- a/.github/workflows/deploy-k8s.yml +++ b/.github/workflows/deploy-k8s.yml @@ -34,7 +34,7 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: azure/aks-set-context@c7eb093e5a5d47caa333f64974d5fd1cd4bf069d + - uses: azure/aks-set-context@60623acbdcbbdcf799ad50a1adf8703874339f8b with: resource-group: ${{env.AZURE_RESOURCE_GROUP}} cluster-name: ${{env.AZURE_AKS_CLUSTER}}