File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
40
40
41
- - uses : actions/cache@v3
41
+ - uses : actions/cache@v4
42
42
name : Setup pnpm cache
43
43
with :
44
44
path : ${{ env.STORE_PATH }}
83
83
run : |
84
84
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
85
85
86
- - uses : actions/cache@v3
86
+ - uses : actions/cache@v4
87
87
name : Setup pnpm cache
88
88
with :
89
89
path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
40
40
41
- - uses : actions/cache@v3
41
+ - uses : actions/cache@v4
42
42
name : Setup pnpm cache
43
43
with :
44
44
path : ${{ env.STORE_PATH }}
91
91
run : |
92
92
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
93
93
94
- - uses : actions/cache@v3
94
+ - uses : actions/cache@v4
95
95
name : Setup pnpm cache
96
96
with :
97
97
path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
40
40
41
- - uses : actions/cache@v3
41
+ - uses : actions/cache@v4
42
42
name : Setup pnpm cache
43
43
with :
44
44
path : ${{ env.STORE_PATH }}
91
91
run : |
92
92
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
93
93
94
- - uses : actions/cache@v3
94
+ - uses : actions/cache@v4
95
95
name : Setup pnpm cache
96
96
with :
97
97
path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
40
40
41
- - uses : actions/cache@v3
41
+ - uses : actions/cache@v4
42
42
name : Setup pnpm cache
43
43
with :
44
44
path : ${{ env.STORE_PATH }}
83
83
run : |
84
84
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
85
85
86
- - uses : actions/cache@v3
86
+ - uses : actions/cache@v4
87
87
name : Setup pnpm cache
88
88
with :
89
89
path : ${{ env.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments