Skip to content

Commit

Permalink
ci: use actions/checkout@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 24, 2020
1 parent 6cffe0e commit ab2e0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
os: [macOS-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1

- uses: actions/setup-node@master
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit ab2e0a0

Please sign in to comment.