Upgrade Azure login action to v2.1

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-04-30 14:49:54 +02:00
parent 4129c48773
commit 9df9db7309
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

View File

@ -10,6 +10,6 @@ runs:
# As described at:
# https://github.com/Azure/login#configure-deployment-credentials
- name: Login to Azure
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
creds: ${{ inputs.azure_credentials }}