From 4d6eb2cbc58cad2b745408747865e266055a9d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:12:37 +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/pr-closed.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml index dbf282b..e98856e 100644 --- a/.github/workflows/pr-closed.yml +++ b/.github/workflows/pr-closed.yml @@ -22,7 +22,7 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: Azure/cli@v1 + - uses: Azure/cli@v2 name: Delete resource group with: inlineScript: | diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index f04d3dc..2cd960e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -25,7 +25,7 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: Azure/cli@v1 + - uses: Azure/cli@v2 name: Create resource group with: inlineScript: |