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 f014b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 10

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

Expand Down

0 comments on commit f014b6c

Please sign in to comment.