Skip to content

Commit

Permalink
Try to use older actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 8, 2023
1 parent 858f377 commit 9d2ff62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- run: pnpm lint

Expand All @@ -40,7 +39,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.0.2
- uses: NullVoxPopuli/action-setup-pnpm@v2
- run: pnpm test

Expand Down

0 comments on commit 9d2ff62

Please sign in to comment.