Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alextompkins committed Nov 21, 2024
1 parent 3a96fbe commit 5e42115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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
Expand All @@ -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
Expand Down

0 comments on commit 5e42115

Please sign in to comment.