Skip to content

Commit b6185be

Browse files
ci(dev-deps): update pnpm/action-setup action to v4 (#962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f2fb43 commit b6185be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
1616
git config --global user.name ${GITHUB_ACTOR}
1717
shell: bash
18-
- uses: pnpm/action-setup@v2
18+
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)