From f2f6458ce88a3bdcbceaf7284739200d921a5c28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 02:52:39 +0000 Subject: [PATCH] ci(dev-deps): update pnpm/action-setup action to v4 --- .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 85ab77296..0ce181f95 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -15,7 +15,7 @@ runs: git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" git config --global user.name ${GITHUB_ACTOR} shell: bash - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }}