From 057b3db64aed09bb10bfcf13c202cda4cc9aae1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:01:42 +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/deploy-to-k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-k8s.yaml b/.github/workflows/deploy-to-k8s.yaml index e81622f..9778ed1 100644 --- a/.github/workflows/deploy-to-k8s.yaml +++ b/.github/workflows/deploy-to-k8s.yaml @@ -58,7 +58,7 @@ jobs: k8s-secret: ${{ secrets.SA_TOKEN }} id: setcontext - - uses: Azure/k8s-deploy@v4 + - uses: Azure/k8s-deploy@v5 with: namespace: 'stevea-worker-as-a-service' images: ${{ env.DOCKER_TAG }}