Skip to content

Commit

Permalink
Update more step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Apr 10, 2024
1 parent c2b7e0a commit 4747c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
matrix:
containers: [1] # todo: change to [1, 2] - there's only 1 test file now
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 7

Expand All @@ -36,7 +36,7 @@ jobs:
- run: pnpm build:docs
- run: cd packages/e2e && pnpm cypress install

- uses: cypress-io/github-action@v5.0.0
- uses: cypress-io/github-action@v6
with:
record: true
parallel: true
Expand Down

0 comments on commit 4747c6a

Please sign in to comment.