diff --git a/.github/workflows/pull-request-react.yml b/.github/workflows/pull-request-react.yml index 1f9e34c..2f247c1 100644 --- a/.github/workflows/pull-request-react.yml +++ b/.github/workflows/pull-request-react.yml @@ -80,7 +80,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: ${{ inputs.pnpm-version || null }} run_install: false