File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Setup pnpm
42
42
id : pnpm-install
43
- uses : pnpm/action-setup@v3
43
+ uses : pnpm/action-setup@v4
44
44
with :
45
45
run_install : false
46
46
Original file line number Diff line number Diff line change 33
33
34
34
- name : Setup pnpm
35
35
id : pnpm-install
36
- uses : pnpm/action-setup@v3
36
+ uses : pnpm/action-setup@v4
37
37
with :
38
38
run_install : false
39
39
Original file line number Diff line number Diff line change 23
23
24
24
- name : Setup pnpm
25
25
id : pnpm-install
26
- uses : pnpm/action-setup@v3
26
+ uses : pnpm/action-setup@v4
27
27
with :
28
28
version : 8
29
29
run_install : false
Original file line number Diff line number Diff line change 30
30
node-version : 20
31
31
32
32
- name : Setup pnpm
33
- uses : pnpm/action-setup@v3
33
+ uses : pnpm/action-setup@v4
34
34
with :
35
35
run_install : false
36
36
You can’t perform that action at this time.
0 commit comments