From 74db05ee57d4767da2e658d7be8a9c591abdae44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:49:09 +0000 Subject: [PATCH] chore(deps): update dependency pnpm to v11 --- .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..a904f0c 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.34.5 + version: 11.22.0 - uses: actions/setup-node@v4.4.0 with: node-version: '22.23.1'