From 1ef5d6d8e31c4667d02023c46b6eeb4e65fc913c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:05:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- setup-js/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-js/action.yml b/setup-js/action.yml index 7bebdfc..924383b 100644 --- a/setup-js/action.yml +++ b/setup-js/action.yml @@ -44,7 +44,7 @@ runs: if: ${{ inputs.package-manager == 'pnpm' }} - name: Setup node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache == 'true' && inputs.package-manager || '' }}