From 49153056935eebe516e3e183a63530a157620863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:22:17 +0000 Subject: [PATCH] Bump azure/setup-kubectl from 1 to 3 in /.github/workflows Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 1 to 3. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](https://github.com/azure/setup-kubectl/compare/v1...v3) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/newApplicationVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/newApplicationVersion.yml b/.github/workflows/newApplicationVersion.yml index 2199d53..906c3f0 100644 --- a/.github/workflows/newApplicationVersion.yml +++ b/.github/workflows/newApplicationVersion.yml @@ -23,7 +23,7 @@ jobs: echo "IMAGE=${{ github.event.inputs.image }}" >> $GITHUB_ENV echo "DEPLOY_FILE_PATH=applications/${{ github.event.inputs.app_repo }}/deployment.yaml" >> $GITHUB_ENV - uses: actions/checkout@v2 - - uses: azure/setup-kubectl@v1 + - uses: azure/setup-kubectl@v3 id: install - name: patch deployment manifest run: kubectl patch --filename=${{ env.DEPLOY_FILE_PATH }} --patch='{"spec":{"template":{"spec":{"containers":[{"name":"${{ env.APP_REPO }}","image":"${{ env.IMAGE }}"}]}}}}' --local=true -o yaml > tmp.yaml