From 56c65eac05118119d82f2d3f804b74f25cacc1ea Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Tue, 23 Jun 2020 17:11:33 +0530 Subject: [PATCH] update checkout action --- .github/workflows/nodejs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1175d98c..a25550b9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,8 @@ jobs: matrix: node-version: [12.x] steps: - - uses: actions/checkout@v1 + - name: Checkout + uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: @@ -46,7 +47,8 @@ jobs: matrix: node-version: [12.x] steps: - - uses: actions/checkout@v1 + - name: Checkout + uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: @@ -101,7 +103,8 @@ jobs: matrix: node-version: [12.x] steps: - - uses: actions/checkout@v1 + - name: Checkout + uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: