diff --git a/.github/workflows/pull-request-react.yml b/.github/workflows/pull-request-react.yml index bfba3d8..9b6ad3a 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@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6 with: version: ${{ inputs.pnpm-version || null }} run_install: false