From a9922e44143b5c14c64b85f24edf326ebfe373d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:14:33 +0000 Subject: [PATCH] chore(deps): update azure/login action to v1.6.0 (#607) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/preview-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-deployment.yml b/.github/workflows/preview-deployment.yml index a3ae7425..eca89693 100644 --- a/.github/workflows/preview-deployment.yml +++ b/.github/workflows/preview-deployment.yml @@ -110,7 +110,7 @@ jobs: Commit SHA: ${{ steps.set-pr-sha.outputs.head_sha }} reactions: "rocket" - name: AZ B2C Tenant Login - uses: azure/login@v1.5.1 + uses: azure/login@v1.6.0 with: creds: '${{ secrets.AZURE_AADB2C_CREDENTIALS }}' allow-no-subscriptions: true @@ -217,7 +217,7 @@ jobs: 🏁 This PR has been closed. No deployment preview is available. reactions: "hooray" - name: AZ B2C Tenant Login - uses: azure/login@v1.5.1 + uses: azure/login@v1.6.0 with: creds: '${{ secrets.AZURE_AADB2C_CREDENTIALS }}' allow-no-subscriptions: true