From befa4f66b29b95c802fd717555d4b656f44f8efb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:50:46 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v10.29.3 --- .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 ddf96b7..ca1831b 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -6,7 +6,7 @@ runs: steps: - uses: pnpm/action-setup@v4.2.0 with: - version: 10.28.2 + version: 10.29.3 - uses: actions/setup-node@v4.4.0 with: node-version: '22.22.0'