Skip to content

Commit e442342

Browse files
committed
build: update pnpm/action-setup action to v4.2.0
See associated pull request for more information.
1 parent 671cfe6 commit e442342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • github-actions/npm/checkout-and-setup-node

github-actions/npm/checkout-and-setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
echo "PACKAGE_MANAGER=$PM" >> "$GITHUB_OUTPUT"
5252
5353
- if: steps.packageManager.outputs.PACKAGE_MANAGER == 'pnpm'
54-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
54+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
5555
with:
5656
run_install: false
5757

0 commit comments

Comments
 (0)