From 9476fa58b3511e14f467609c9810fd55891fd5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:53:40 +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 b635f6ae..4421e100 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.0 + uses: Azure/k8s-deploy@v4.10 continue-on-error: true id: deploy with: @@ -290,7 +290,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.0 + uses: Azure/k8s-deploy@v4.10 continue-on-error: true id: deploy with: