Skip to content

Commit b45f90b

Browse files
committed
fix additional login
1 parent 0aca3ff commit b45f90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/includes/deploy-github-actions/deploy-github-actions-openid-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
# Checkout the repo
3333
- uses: actions/checkout@main
34-
- uses: azure/login@v1
34+
- uses: azure/login@v2
3535
with:
3636
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3737
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)