From 946218387a3d566e7e60d4855832504e0085458f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:44:15 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup 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 d17e201..36eb750 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -4,7 +4,7 @@ name: Prepare runs: steps: - - uses: pnpm/action-setup@v4.4.0 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.34.5 - uses: actions/setup-node@v4.4.0