chore(deps): update azure/login action to v3

This commit is contained in:
renovate[bot] 2026-03-17 10:14:21 +00:00 committed by GitHub
parent c7d43f1685
commit 7d62e72024
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ runs:
- name: Login to Azure
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ inputs.azure-client-id }}
tenant-id: ${{ inputs.azure-tenant-id }}