From 236e039b5ffcc11ab0bc1e4a92cbba96cdf8b818 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 14 Dec 2019 17:46:47 +0900 Subject: [PATCH] chore: update actions/checkout to v2 --- .github/workflows/test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 271269f..29cc104 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: ./