Skip to content

Commit 87d6efa

Browse files
Update pnpm/action-setup action to v3 (#35611)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 02ba82a commit 87d6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tool-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
8989
9090
- name: Setup pnpm
9191
if: steps.versions.outputs.node-version != 'false'
92-
uses: pnpm/action-setup@v2.4.0
92+
uses: pnpm/action-setup@v3.0.0
9393
with:
9494
version: ${{ steps.versions.outputs.pnpm-version }}
9595
- name: Setup Node

0 commit comments

Comments
 (0)