From 84f95de4aef38ff25fa295458a5be815209073c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:05:44 +0000 Subject: [PATCH] Bump azure/k8s-set-context from 4.0.1 to 4.0.2 Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Changelog](https://github.com/Azure/k8s-set-context/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/k8s-set-context/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-k8s.yml b/.github/workflows/deploy-to-k8s.yml index db79c8c..4cceb79 100644 --- a/.github/workflows/deploy-to-k8s.yml +++ b/.github/workflows/deploy-to-k8s.yml @@ -158,7 +158,7 @@ jobs: - name: Install cluster credentials (kubeconfig) if: ${{ inputs.auth_method == 'kubeconfig' }} - uses: azure/k8s-set-context@v4.0.1 + uses: azure/k8s-set-context@v4.0.2 with: method: kubeconfig kubeconfig: ${{ secrets[inputs.auth_params] }}