From 569a2b41ad1bc3676708861f72afd4d699c38e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 16:02:47 +0100 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 (#503) Co-authored-by: Renovate Bot --- .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 d722903b..0f94fcb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Setup node - uses: actions/setup-node@v1.4.4 + uses: actions/setup-node@v2.1.4 with: node-version: '12.x' - name: Install project @@ -81,7 +81,7 @@ jobs: run: | git merge -m 'chore(release): merge master (${{ github.sha }})' ${{ github.sha }} - name: Setup node - uses: actions/setup-node@v1.4.4 + uses: actions/setup-node@v2.1.4 with: node-version: '12.x' - name: Install project