Bump pnpm/action-setup version to 3.0.0 (#5364)

#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

See https://github.com/halo-dev/halo/pull/5340#issuecomment-1950965406 for more.

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/5369/head^2
John Niang 2024-02-18 16:40:15 +08:00 committed by GitHub
parent 07854c993f
commit 94a51aba4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Setup pnpm name: Setup pnpm
with: with:
version: ${{ inputs.pnpm-version }} version: ${{ inputs.pnpm-version }}