From 0677fafa7155dd82847704c4dbbbb3b2cb49c7c2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 30 Oct 2023 01:21:12 +0000
Subject: [PATCH] chore(deps): update actions/setup-node action to v4

---
 .github/workflows/release-please.yml | 2 +-
 .github/workflows/workflow.yml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index e9d937e2..f9c4e1a6 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
           package-name: '@netlify/plugin-secrets-manager'
       - uses: actions/checkout@v3
         if: ${{ steps.release.outputs.release_created }}
-      - uses: actions/setup-node@v3
+      - uses: actions/setup-node@v4
         with:
           node-version: '*'
           cache: 'npm'
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 21dd6eed..7e3046b3 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -24,7 +24,7 @@ jobs:
       - name: Git checkout
         uses: actions/checkout@v3
       - name: Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node-version }}
           check-latest: true