From dfd7956af0e3db97deb78a310ce274c8106fbeca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:03:43 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to 8912a91 --- .github/workflows/pull-request-react.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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