From f1b334875fe5728d8e187ce3238bcfcdf2533198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:00:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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..3cf6b9eb 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@v6 with: node-version: '*' cache: 'npm' diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 21dd6eed..1a21818c 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@v6 with: node-version: ${{ matrix.node-version }} check-latest: true