From 00882d7b25f0fc64c85a2a8536289cedd468507a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Jan 2021 00:54:27 +0000 Subject: [PATCH] Update actions/checkout action to v2 --- .github/workflows/NodeCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml index e34bc584..43c9f98d 100644 --- a/.github/workflows/NodeCI.yml +++ b/.github/workflows/NodeCI.yml @@ -24,7 +24,7 @@ jobs: matrix: node-version: [10.13.x, 12.x, 13.x, 14.x] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: @@ -38,7 +38,7 @@ jobs: test-with-eslint6: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 8.10.x