From 1fe2a311c5e20a31f338836d08d9b1b2fc4ab150 Mon Sep 17 00:00:00 2001 From: Sung-Hyun Kang Date: Mon, 28 Apr 2025 21:33:06 -0500 Subject: [PATCH] Updated github actions login to v2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e1936cd..52c63c3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: strategy: fail-fast: false 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] steps: - uses: actions/checkout@v4 @@ -175,7 +175,7 @@ jobs: - run: npm ci - run: npx playwright install --with-deps - name: "Az CLI login" - uses: azure/login@v1 + uses: Azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}