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 }}