From 1851bc5c1a65408e6d611efbfcfef1c752ce44e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:43:22 +0000 Subject: [PATCH] Bump Azure/k8s-deploy Bumps the github-actions group with 1 update in the /.github/workflows directory: [Azure/k8s-deploy](https://github.com/azure/k8s-deploy). Updates `Azure/k8s-deploy` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... 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 65755d16..467f2397 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@v6 + uses: Azure/k8s-deploy@v7 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@v6 + uses: Azure/k8s-deploy@v7 continue-on-error: true id: deploy with: