diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 38d5677..12ea2ba 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: env: CN_JWT: ${{ secrets.CN_JWT }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Setup pnpm uses: pnpm/action-setup@v2 with: