From 781b8b1c45a1a5d7b1a937a3a6ed260b565f6467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:42:11 +0000 Subject: [PATCH] chore(deps): update azure/cli action to v2 --- .github/workflows/deploy_reusable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_reusable.yml b/.github/workflows/deploy_reusable.yml index e891fb2b8..eb6948b77 100644 --- a/.github/workflows/deploy_reusable.yml +++ b/.github/workflows/deploy_reusable.yml @@ -60,7 +60,7 @@ jobs: - name: Retrieve registry password id: retrieve-registry-password - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: | ACR_PASSWORD=$(az acr login --name ${{ inputs.REGISTRY }} --expose-token --output tsv --query accessToken) @@ -118,7 +118,7 @@ jobs: - name: Retrieve registry password id: retrieve-registry-password - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: | ACR_PASSWORD=$(az acr login --name ${{ inputs.REGISTRY }} --expose-token --output tsv --query accessToken) @@ -140,7 +140,7 @@ jobs: path: /trusted-intermediary/output/. - name: Upload docs to blob storage - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: | if [ "${{ inputs.ENVIRONMENT }}" == "pr" ]; then