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

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: ./