From 43f218e9e0d04b62615fdccdb6a88c938bbb08c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:28:17 +0000 Subject: [PATCH] Bump azure/login from 1 to 3 Bumps [azure/login](https://github.com/azure/login) from 1 to 3. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v3) --- updated-dependencies: - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-complete.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/update-app.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-complete.yml b/.github/workflows/deploy-complete.yml index 7637a2c..b5ce396 100644 --- a/.github/workflows/deploy-complete.yml +++ b/.github/workflows/deploy-complete.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v4 - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v3 with: creds: ${{ secrets.AZURE_CREDENTIALS }} @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v4 - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v3 with: creds: ${{ secrets.AZURE_CREDENTIALS }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4701198..44b1bc2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v4 - name: Login to Azure - uses: azure/login@v1 + uses: azure/login@v3 with: creds: ${{ secrets.AZURE_CREDENTIALS }} diff --git a/.github/workflows/update-app.yml b/.github/workflows/update-app.yml index 3350bea..b967386 100644 --- a/.github/workflows/update-app.yml +++ b/.github/workflows/update-app.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v3 with: creds: ${{ secrets.AZURE_CREDENTIALS }}