mirror of https://github.com/halo-dev/halo
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
parent
07854c993f
commit
94a51aba4f
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue