Skip to content

Commit

Permalink
Bump Azure/k8s-deploy from 4.0 to 4.10 in /.github/workflows
Browse files Browse the repository at this point in the history
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](Azure/k8s-deploy@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 025d8f9 commit 9476fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-per-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9476fa5

Please sign in to comment.