From ad5833440a778bdf699200179e918ec55abc123d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 20:31:32 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a863a1..b6f8a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: with: ruby-version: "${{ matrix.ruby }}" - name: Install NodeJS 14.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "14.x" - name: Install tools diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index fb73a97..cc65612 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,7 @@ jobs: with: ruby-version: "2.7" - name: Install NodeJS 12.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "12.x" - name: Install tools