Skip to content

Commit 197c4d3

Browse files
chore(deps): update pnpm/action-setup action to v4.1.0 (#1953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a49305 commit 197c4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)