From 9dfcd3274116568f162d322315d0c86fd783622f Mon Sep 17 00:00:00 2001 From: softprops Date: Fri, 3 Jul 2020 16:47:12 -0400 Subject: [PATCH] use checkout v2 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65b9f05..3892725 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install run: npm ci - name: Lint @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Setup Rust uses: hecrj/setup-rust-action@v1 with: @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Publish if: startsWith(github.ref, 'refs/tags/') run: |