File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
restore-keys : |
36
36
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
37
37
38
- - uses : pnpm/action-setup@v3 .0.0
38
+ - uses : pnpm/action-setup@v4 .0.0
39
39
with :
40
40
version : 8.x.x
41
41
run_install : true
Original file line number Diff line number Diff line change 33
33
restore-keys : |
34
34
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
35
35
36
- - uses : pnpm/action-setup@v3 .0.0
36
+ - uses : pnpm/action-setup@v4 .0.0
37
37
with :
38
38
version : 8.x.x
39
39
run_install : true
Original file line number Diff line number Diff line change 31
31
restore-keys : |
32
32
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
33
33
34
- - uses : pnpm/action-setup@v3 .0.0
34
+ - uses : pnpm/action-setup@v4 .0.0
35
35
with :
36
36
version : 8.x.x
37
37
run_install : true
You can’t perform that action at this time.
0 commit comments