Skip to content

Commit 181f14e

Browse files
committed
ci: update azure login action to v2
1 parent 7698a84 commit 181f14e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm install -g typescript
2828
2929
- name: Login to Azure DevOps
30-
uses: azure/login@v1
30+
uses: azure/login@v2
3131
with:
3232
client-id: ${{ secrets.AZURE_APPLICATION_CLIENT_ID }}
3333
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npm install -g typescript
3333
3434
- name: Login to Azure DevOps
35-
uses: azure/login@v1
35+
uses: azure/login@v2
3636
with:
3737
client-id: ${{ secrets.AZURE_APPLICATION_CLIENT_ID }}
3838
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)