From 6eab2b7ef697c7d47fc3652a5abc0570ca87f38b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 04:23:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.1.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v6.0.0 | v6.1.0 | --- .github/actions/setup-node/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 0afc00bb..80f25274 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -38,7 +38,7 @@ runs: standalone: true - name: ⚙️ Setup Node.js ${{ inputs.node-version }} - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version-file: .node-version cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }}