diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46c57f2..89d9776 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@master - with: - fetch-depth: 1 + uses: actions/checkout@v2 - name: Install run: npm ci - name: Build