From 8fd12d354e18bec961bf64a8772ce6089044fc65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:35:45 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 4.0 to 4.10 in /.github/workflows Bumps [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) from 4.0 to 4.10. - [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/v4.0...v4.10) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-minor ... 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 3d0ee9775..ee355d64c 100644 --- a/.github/workflows/integration-per-language.yml +++ b/.github/workflows/integration-per-language.yml @@ -116,7 +116,7 @@ jobs: minikube ssh "curl http://host.minikube.internal:5001/v2/testapp/tags/list" # Deploys application based on manifest files from previous step - name: Deploy application - uses: Azure/k8s-deploy@v4.10 + uses: Azure/k8s-deploy@v5 continue-on-error: true id: deploy with: @@ -289,7 +289,7 @@ jobs: minikube ssh "curl http://host.minikube.internal:5001/v2/testapp/tags/list" # Deploys application based on manifest files from previous step - name: Deploy application - uses: Azure/k8s-deploy@v4.10 + uses: Azure/k8s-deploy@v5 continue-on-error: true id: deploy with: