From f9c4c17a047555b7f706e3481a68876c0b3dddad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 06:45:54 +0900 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 [skip netlify] (#2919) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 4 ++-- .github/workflows/screenshotter.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c953f7c0..92c9719e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false # minimize exposure and prevent accidental pushes - name: Use Node.js 12.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: '12' @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 - name: Use Node.js 12.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: '12' diff --git a/.github/workflows/screenshotter.yml b/.github/workflows/screenshotter.yml index 5d087094..888472a8 100644 --- a/.github/workflows/screenshotter.yml +++ b/.github/workflows/screenshotter.yml @@ -40,7 +40,7 @@ jobs: persist-credentials: false # do not persist credentials - name: Use Node.js 14 - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: '14'