Skip to content

Commit 047ccb8

Browse files
chore(deps): update pnpm/action-setup action to v4.1.0
1 parent ff6a269 commit 047ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
- name: Setup ${{ inputs.packageManager }}
5151
id: pnpm_setup
5252
if: inputs.packageManager == 'pnpm'
53-
uses: pnpm/action-setup@v4.0.0
53+
uses: pnpm/action-setup@v4.1.0
5454
with:
5555
version: ${{ steps.pnpm.outputs.version }}
5656
run_install: false

0 commit comments

Comments
 (0)