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 }}