From d3d1f6e8d1b92af159773280782deba374c0e4be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:55:31 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v10.33.0 --- .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 8ab177b..839870d 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -6,7 +6,7 @@ runs: steps: - uses: pnpm/action-setup@v4.4.0 with: - version: 10.32.1 + version: 10.33.0 - uses: actions/setup-node@v4.4.0 with: node-version: '22.22.2'