File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
run : |
51
51
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
52
52
53
- - uses : actions/cache@v3
53
+ - uses : actions/cache@v4
54
54
name : Setup pnpm cache
55
55
with :
56
56
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 43
43
run : |
44
44
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
45
45
46
- - uses : actions/cache@v3
46
+ - uses : actions/cache@v4
47
47
name : Setup pnpm cache
48
48
with :
49
49
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 34
34
run : |
35
35
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
36
36
37
- - uses : actions/cache@v3
37
+ - uses : actions/cache@v4
38
38
name : Setup pnpm cache
39
39
with :
40
40
path : ${{steps.pnpm-cache.outputs.STORE_PATH}}
Original file line number Diff line number Diff line change 40
40
run : |
41
41
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
42
42
43
- - uses : actions/cache@v3
43
+ - uses : actions/cache@v4
44
44
name : Setup pnpm cache
45
45
with :
46
46
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments