From 52c257562d99864f8da81233333710118e6a7742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:14:49 +0000 Subject: [PATCH] Bump azure/login from 2 to 3 Bumps [azure/login](https://github.com/azure/login) from 2 to 3. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2...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/auto-publish-in-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish-in-azure.yml b/.github/workflows/auto-publish-in-azure.yml index 685d19d..e0ea9a0 100644 --- a/.github/workflows/auto-publish-in-azure.yml +++ b/.github/workflows/auto-publish-in-azure.yml @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v6 # This has fetch-depth 1 by default - name: Log in with Azure - uses: azure/login@v2 + uses: azure/login@v3 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}