From b360232269645c08e07fec65d5790ba2626a1272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:01:39 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 5 to 6 Bumps [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) from 5 to 6. - [Release notes](https://github.com/azure/k8s-deploy/releases) - [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/k8s-deploy/compare/v5...v6) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 2e9c2eec8..1f373eb98 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -73,7 +73,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes - uses: Azure/k8s-deploy@v5 + uses: Azure/k8s-deploy@v6 with: namespace: web manifests: |