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:
16
16
node-version : ${{ inputs.node-version }}
17
17
18
18
- name : Setup PNPM
19
- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0 .0
19
+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
20
20
with :
21
21
version : ' ^10.16.0'
22
22
23
23
- name : Install dependencies
24
24
shell : bash
25
- run : pnpm install
25
+ run : pnpm install
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- 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
25
25
with :
26
26
version : 10
27
27
run_install : false
You can’t perform that action at this time.
0 commit comments