From 3cc79dea7a3a5705a75113c2b23e0baf0f266d15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:56:42 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .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..581ff6a9 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@v5 with: node-version: '*' cache: 'npm' diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 21dd6eed..0072b3e5 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@v5 with: node-version: ${{ matrix.node-version }} check-latest: true