From 5e42115a7eb517541f46d601e63b111e43f4159c Mon Sep 17 00:00:00 2001 From: Alex Tompkins Date: Thu, 21 Nov 2024 15:03:54 +0100 Subject: [PATCH] Update actions/checkout to v4 --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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