From aff1a980eeca366e8e338d8d9524ebed75534630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:14:07 +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/janitor.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/janitor.yml b/.github/workflows/janitor.yml index 84c2b93c81..804517ef1d 100644 --- a/.github/workflows/janitor.yml +++ b/.github/workflows/janitor.yml @@ -46,7 +46,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }} - name: Delete feature folders - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: | az storage blob delete-batch -s "\$web" --pattern ${{ needs.branch.outputs.branchname }}/** --account-name ${{ steps.variables.outputs.AZURE_ACCOUNT_STAGE }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a87c27ac8..5d255bc7b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }} - name: Azure Deploy - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: azcliversion: 2.43.0 inlineScript: | diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index a6b79ce569..96f903eb37 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -47,7 +47,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Azure Deploy - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: azcliversion: 2.43.0 inlineScript: |