Skip to content

Commit b8910dd

Browse files
committed
Update azure/login action to v2
1 parent 632da29 commit b8910dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: yarn build
6161

6262
- name: Login via Azure CLI
63-
uses: azure/login@v1
63+
uses: azure/login@v2
6464
with:
6565
creds: ${{ secrets.AZURE_CREDENTIALS }}
6666

@@ -93,7 +93,7 @@ jobs:
9393
run: yarn build
9494

9595
- name: Login via Azure CLI
96-
uses: azure/login@v1
96+
uses: azure/login@v2
9797
with:
9898
creds: ${{ secrets.AZURE_CREDENTIALS_MAIN }}
9999

0 commit comments

Comments
 (0)