From 222145ec4f8e59d0c8f573066e946814ac715d1f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 27 Oct 2023 10:53:21 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#234) --- .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 d036ab4..99df6fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,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 597cc23..73f0a40 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