File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
40
40
41
- - uses : actions/cache@v3
41
+ - uses : actions/cache@v4
42
42
name : Setup pnpm cache
43
43
with :
44
44
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 44
44
run : |
45
45
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
46
46
47
- - uses : actions/cache@v3
47
+ - uses : actions/cache@v4
48
48
name : Setup pnpm cache
49
49
with :
50
50
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
86
86
run : |
87
87
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
88
88
89
- - uses : actions/cache@v3
89
+ - uses : actions/cache@v4
90
90
name : Setup pnpm cache
91
91
with :
92
92
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
You can’t perform that action at this time.
0 commit comments