Skip to content

Commit

Permalink
ci(test.yml): set version v3 to actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 27, 2022
1 parent 135ca77 commit f0478d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 14
- 16
steps:
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
with:
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- run: exit 1
if: ${{ needs.test_matrix.result != 'success' }}
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
- run: npm run test:typescript
Expand Down

0 comments on commit f0478d0

Please sign in to comment.