From 1387362d6c302b035c671d08e43fc4488ac815ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:22:00 +0000 Subject: [PATCH] ci(deps): bump Azure/k8s-deploy from 4.10 to 5 Bumps [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) from 4.10 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.10...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-k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-k8s.yml b/.github/workflows/deploy-k8s.yml index 171e43a3..03cc78c8 100644 --- a/.github/workflows/deploy-k8s.yml +++ b/.github/workflows/deploy-k8s.yml @@ -57,7 +57,7 @@ jobs: container-registry-password: ${{ secrets.DOCKER_PASSWORD }} secret-name: 'image-pull-secret' id: create-secret - - uses: Azure/k8s-deploy@v4.10 + - uses: Azure/k8s-deploy@v5 with: namespace: ${{env.AZURE_AKS_NAMESPACE}} manifests: |