Skip to content

Commit

Permalink
Tweaked build action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidn0rman committed Feb 14, 2024
1 parent cdf179b commit 2adf1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
CI: true

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v3
with:
version: 6

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
pnpm run lint
- name: Cypress (UI + Axe)
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
start: pnpm start
wait-on: "http://localhost:3000"
Expand Down

0 comments on commit 2adf1a9

Please sign in to comment.