From 9f6fd6bbc0c27b27cd413d8b18fd85f9f8c548e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:13:01 +0000 Subject: [PATCH] build(deps): bump Azure/k8s-set-context from 4 to 5 Bumps [Azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: Azure/k8s-set-context dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 078078e..6ae5a00 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Set Kubectl - uses: Azure/k8s-set-context@v4 + uses: Azure/k8s-set-context@v5 with: kubeconfig: ${{ secrets.KUBE_CONFIG }}