From 3143c47fb429bb1c01b8de5ca8ca549f1427b34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:04:45 +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/PublishDocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PublishDocs.yaml b/.github/workflows/PublishDocs.yaml index b4ef962..c332cfb 100644 --- a/.github/workflows/PublishDocs.yaml +++ b/.github/workflows/PublishDocs.yaml @@ -89,7 +89,7 @@ jobs: steps: # Log into the Entra ID with the GitHub federated identity credential (using the OIDC token) - name: Login to Entra ID - uses: azure/login@v2 + uses: azure/login@v3 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}