From 9c04d7ae87601a72a408d4b382ce99f01747b7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:55:28 +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/bicep-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bicep-validation.yaml b/.github/workflows/bicep-validation.yaml index 5100934..d8c8f44 100644 --- a/.github/workflows/bicep-validation.yaml +++ b/.github/workflows/bicep-validation.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Build Bicep for linting - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout