From 715d228f949414b44a5b1c7bc04f6910316ff7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:06:11 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 5 to 6 in /.github/workflows 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/integration-per-language.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-per-language.yml b/.github/workflows/integration-per-language.yml index 483c841a..e55f3f7f 100644 --- a/.github/workflows/integration-per-language.yml +++ b/.github/workflows/integration-per-language.yml @@ -111,7 +111,7 @@ jobs: context: ./langtest/ # Deploys application based on manifest files from previous step - name: Deploy application - uses: Azure/k8s-deploy@v5 + uses: Azure/k8s-deploy@v6 continue-on-error: true id: deploy with: @@ -276,7 +276,7 @@ jobs: context: ./langtest/ # Deploys application based on manifest files from previous step - name: Deploy application - uses: Azure/k8s-deploy@v5 + uses: Azure/k8s-deploy@v6 continue-on-error: true id: deploy with: