chore: version up actions/checkout@2 (#54)

This commit is contained in:
toda
2020-07-17 21:59:45 +09:00
committed by GitHub
parent 536e46ff5f
commit 4640e008e8

View File

@ -10,14 +10,14 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: |
npm install
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: ./
with:
milliseconds: 1000