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

This commit is contained in:
Alexandru Ionut Tripon 2026-03-17 11:17:53 +00:00 committed by GitHub
commit 5979052337
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 }}