From ed8e4600d6381ec1c90f8c7c11e6ec8c933c5be4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Nov 2020 11:19:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16bc990d..b6010b3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} on {{ matrix.os }} uses: actions/setup-node@v1 with: @@ -52,7 +52,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: