chore: update actions/checkout to v2

This commit is contained in:
Shohei Ueda 2019-12-14 17:46:47 +09:00 committed by GitHub
parent 2f904a6aa6
commit 236e039b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -16,9 +16,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "::set-output name=NVMRC::$(cat .nvmrc)"
@ -67,9 +65,7 @@ jobs:
extended: [true, false]
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v2
- name: Test action
uses: ./