Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
update actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jul 12, 2020
1 parent 6f02c06 commit bebf3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- run: npm install
- run: npm run test
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- run: npm install
- run: npm run coverage
Expand Down

0 comments on commit bebf3f8

Please sign in to comment.