From 151c8bbc61966dd5a6dfd81d31074b8b9ac5da26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:51:38 +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/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5497b40..6cb9edd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,7 +58,7 @@ jobs: kustomizationPath: tests/manifests - name: Deploy test app - uses: Azure/k8s-deploy@v4 + uses: Azure/k8s-deploy@v5 with: manifests: ${{ steps.kustomize.outputs.manifestsBundle }} namespace: acceptance