From 9028e63c5437d1d3b8f93571a7757d9147df1e3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:32:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 839870d..e23f5ee 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.33.0 - - uses: actions/setup-node@v4.4.0 + - uses: actions/setup-node@v6.3.0 with: node-version: '22.22.2' cache: pnpm