From dc5fd999127af696c754f341f94ce9f050f052fa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 23 Oct 2023 17:33:07 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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 9c9b7316..2d0aa3b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: with: ruby-version: "${{ matrix.ruby }}" - name: Install NodeJS 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "16.x" - name: Install dependencies diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 770dfd39..3666df76 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: with: ruby-version: "3.0" - name: Install NodeJS 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "16.x" - name: Install tools