diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f0e342d..ad459fe 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 2 steps: - name: Checkout the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: npm i - run: npm run check:all @@ -24,7 +24,7 @@ jobs: timeout-minutes: 2 steps: - name: Checkout the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: npm i - run: npm run build @@ -34,7 +34,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: npm i - run: npx playwright install