From e61f927a422659915c100c8f114b6ae6d8c73412 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 03:25:00 +0000 Subject: [PATCH] chore: update pnpm/action-setup action to v4 --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index b2b0d05c..cf0f5d25 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -3,7 +3,7 @@ runs: using: composite steps: - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10