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