Skip to content

Commit a4b3ff0

Browse files
chore(deps): update azure/login action to v3
1 parent 1b7cc8a commit a4b3ff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: 'Azure CLI login'
26-
uses: azure/login@v2
26+
uses: azure/login@v3
2727
with:
2828
client-id: ${{ vars.AZURE_CLIENT_ID }}
2929
tenant-id: ${{ vars.AZURE_TENANT_ID }}
@@ -95,7 +95,7 @@ jobs:
9595
fetch-depth: 0
9696

9797
- name: 'Azure CLI login'
98-
uses: azure/login@v2
98+
uses: azure/login@v3
9999
with:
100100
client-id: ${{ vars.AZURE_CLIENT_ID }}
101101
tenant-id: ${{ vars.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)