Skip to content

Commit ac714f2

Browse files
committed
Refactor dotnet.yml to update Azure Login action to use version 2
1 parent 78671f4 commit ac714f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767

6868
- name: Azure Login
69-
uses: azure/login@v1
69+
uses: azure/login@v2
7070
with:
7171
client-id: ${{ secrets.AZURE_CLIENT_ID }}
7272
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)