From fb5cb30b30f3a1c61ad9e4e3a2d6eb63785d6ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:57:11 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 4 to 5 Bumps [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testflow.yml b/.github/workflows/testflow.yml index aaa7f7a..6cdbcf6 100644 --- a/.github/workflows/testflow.yml +++ b/.github/workflows/testflow.yml @@ -121,7 +121,7 @@ jobs: # Deploys application based on given manifest file - name: Deploys application - uses: Azure/k8s-deploy@v4 + uses: Azure/k8s-deploy@v5 with: action: deploy manifests: ${{ env.DEPLOYMENT_MANIFEST_PATH }}