From ffb9430e67bc4504d8c4f69203a0f911a90bff5a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 17 Mar 2022 13:30:24 +0100 Subject: [PATCH] feat(deps): update actions/setup-node action to v3 (#27) --- .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