From f775687dc8a3203f3523e3ce6969e9796a0705e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:19:58 +0000 Subject: [PATCH] Bump azure/k8s-set-context from 3 to 4 Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-cicd.yaml b/.github/workflows/reusable-cicd.yaml index cc69803..3525cbf 100644 --- a/.github/workflows/reusable-cicd.yaml +++ b/.github/workflows/reusable-cicd.yaml @@ -254,7 +254,7 @@ jobs: shell: bash run: echo "IMAGE_PREFIX=ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/myapp" >> $GITHUB_ENV - name: Configure kubectl - uses: azure/k8s-set-context@v3 + uses: azure/k8s-set-context@v4 with: method: kubeconfig kubeconfig: ${{ steps.prep-kube.outputs.kubeconfig }}