From 95edaba7539776e086b7135685a1636bd1a7fd3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:20:03 +0000 Subject: [PATCH] chore: update pnpm/action-setup action to v6 --- .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 cf0f5d25..ece11f77 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@v4 + uses: pnpm/action-setup@v6 with: version: 10