From d592f0bd9d6db4d4798dd2e6a4e58ce6c901ef94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:53:47 +0000 Subject: [PATCH] =?UTF-8?q?ci(ci-deps):=20=E2=AC=86=EF=B8=8F=20update=20ac?= =?UTF-8?q?tions/setup-node=20action=20to=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/prepare/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 0ab675e3..8a1f02b7 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -20,7 +20,7 @@ runs: version: 7 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ inputs.node-version }} cache: pnpm