From 467606d721ce9559144f4bb0ba9525631ba49735 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:42:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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 d17e201..b7fe8e4 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -7,7 +7,7 @@ runs: - uses: pnpm/action-setup@v4.4.0 with: version: 10.34.5 - - uses: actions/setup-node@v4.4.0 + - uses: actions/setup-node@v7.0.0 with: node-version: '22.23.1' cache: pnpm