File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ runs:
1616 node-version : ${{ inputs.node-version }}
1717
1818 - name : Setup PNPM
19- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0 .0
19+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
2020 with :
2121 version : ' ^10.16.0'
2222
2323 - name : Install dependencies
2424 shell : bash
25- run : pnpm install
25+ run : pnpm install
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24- - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0 .0
24+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
2525 with :
2626 version : 10
2727 run_install : false
You can’t perform that action at this time.
0 commit comments