From b23ad9c4782807bdb80ec36d8458f48def19791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:46:54 +0000 Subject: [PATCH] Bump azure/cli from 1 to 2 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] --- .github/workflows/template-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-module.yml b/.github/workflows/template-module.yml index 15ec46b..5a2ecc8 100644 --- a/.github/workflows/template-module.yml +++ b/.github/workflows/template-module.yml @@ -81,7 +81,7 @@ jobs: echo "MODULE_VERSION=$versionNumber" >> $GITHUB_ENV - name: Publish bicep module - uses: azure/cli@v1 + uses: azure/cli@v2 with: inlineScript: | az bicep publish \