Skip to content

Commit 0626c06

Browse files
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](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] <support@github.com>
1 parent 917b221 commit 0626c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
minikube ssh "curl http://host.minikube.internal:5001/v2/testapp/tags/list"
117117
# Deploys application based on manifest files from previous step
118118
- name: Deploy application
119-
uses: Azure/k8s-deploy@v4.0
119+
uses: Azure/k8s-deploy@v4.10
120120
continue-on-error: true
121121
id: deploy
122122
with:
@@ -289,7 +289,7 @@ jobs:
289289
minikube ssh "curl http://host.minikube.internal:5001/v2/testapp/tags/list"
290290
# Deploys application based on manifest files from previous step
291291
- name: Deploy application
292-
uses: Azure/k8s-deploy@v4.0
292+
uses: Azure/k8s-deploy@v4.10
293293
continue-on-error: true
294294
id: deploy
295295
with:

0 commit comments

Comments
 (0)