Updated github actions login to v2

This commit is contained in:
Sung-Hyun Kang 2025-04-28 21:33:06 -05:00
parent cabaa5ebed
commit 1fe2a311c5

View File

@ -164,7 +164,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
shardTotal: [12] shardTotal: [12]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -175,7 +175,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npx playwright install --with-deps - run: npx playwright install --with-deps
- name: "Az CLI login" - name: "Az CLI login"
uses: azure/login@v1 uses: Azure/login@v2
with: with:
client-id: ${{ secrets.AZURE_CLIENT_ID }} client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}