Skip to content

Commit

Permalink
ci(action): update actions/checkout digest to e6d535c
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2022
1 parent 33f85b3 commit f140b63
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 @@ -17,7 +17,7 @@ jobs:
- 16
- 18
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
with:
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- run: exit 1
if: ${{ needs.test_matrix.result != 'success' }}
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
- run: npm ci
- run: npm run lint
if: ${{ always() }}

0 comments on commit f140b63

Please sign in to comment.