From 440cd0bda8b4bf50f3e5d8a998e81459016e9291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:18:12 +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/build-and-deploy.yml | 4 ++-- .github/workflows/delete-review-app.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 1825856a..84be93a2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -112,7 +112,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Fetch secrets from key vault - uses: azure/CLI@v1 + uses: azure/CLI@v2 id: keyvault-yaml-secret with: inlineScript: | @@ -164,7 +164,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Fetch secrets from key vault - uses: azure/CLI@v1 + uses: azure/CLI@v2 id: keyvault-yaml-secret with: inlineScript: | diff --git a/.github/workflows/delete-review-app.yml b/.github/workflows/delete-review-app.yml index eb887f4d..093e4cf3 100644 --- a/.github/workflows/delete-review-app.yml +++ b/.github/workflows/delete-review-app.yml @@ -35,7 +35,7 @@ jobs: with: creds: ${{ secrets.azure_credentials }} - - uses: azure/CLI@v1 + - uses: azure/CLI@v2 id: get_secrets with: inlineScript: |