From 7b2fd2c223c588ce657bdce3cb3bb701504cdad4 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 5 Jan 2020 17:05:34 -0500 Subject: [PATCH] newer checkout --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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