From 0114e4fb052dbc02ca497f3031583ee7efac2a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:06:52 +0300 Subject: [PATCH] Bump azure/cli from 1 to 2 (#1025) Bumps [azure/cli](https://github.com/azure/cli) from 1 to 2. - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 26c6646d..8f1a2c85 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -65,7 +65,7 @@ jobs: IMAGE_TAG: ${{ steps.gitversion.outputs.nuGetVersionV2 }} - name: Build bicep file - uses: azure/cli@v1 + uses: azure/cli@v2 with: inlineScript: | cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep && \