From 1b0a8f5fbfe20433b8f657b1b74b194cb4e2e0df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Jan 2021 05:09:55 +0000 Subject: [PATCH] Update actions/setup-node action to v2 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb63c06aef..3f743ffc0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 submodules: true - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: '12.18.0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cccfd0221d..e2f9c02ffe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 submodules: true - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: '12.18.0'