From e18053dae9430237f514d8aa7a8f512f4f4c4f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:48:11 +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/azure-bicep-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-bicep-validate.yaml b/.github/workflows/azure-bicep-validate.yaml index ed06072..3e1afd4 100644 --- a/.github/workflows/azure-bicep-validate.yaml +++ b/.github/workflows/azure-bicep-validate.yaml @@ -16,6 +16,6 @@ jobs: uses: actions/checkout@v4 - name: Azure CLI script - 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