File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
restore-keys : |
42
42
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}
43
43
44
- - uses : pnpm/action-setup@v4.0 .0
44
+ - uses : pnpm/action-setup@v4.1 .0
45
45
with :
46
46
run_install : true
47
47
Original file line number Diff line number Diff line change 67
67
node-version : ${{ matrix.node-version }}
68
68
69
69
- name : Setup pnpm
70
- uses : pnpm/action-setup@v4.0 .0
70
+ uses : pnpm/action-setup@v4.1 .0
71
71
with :
72
72
version :
73
73
run_install : false
Original file line number Diff line number Diff line change 30
30
with :
31
31
redis-version : 6
32
32
- name : Setup pnpm
33
- uses : pnpm/action-setup@v4.0 .0
33
+ uses : pnpm/action-setup@v4.1 .0
34
34
with :
35
35
version :
36
36
run_install : false
You can’t perform that action at this time.
0 commit comments