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 18
18
- name : Get yarn cache directory path
19
19
id : yarn-cache-dir-path
20
20
run : echo "::set-output name=dir::$(yarn cache dir)"
21
- - uses : actions/cache@v4.0.1
21
+ - uses : actions/cache@v4.0.2
22
22
id : yarn-cache
23
23
with :
24
24
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 17
17
- name : Get yarn cache directory path
18
18
id : yarn-cache-dir-path
19
19
run : echo "::set-output name=dir::$(yarn cache dir)"
20
- - uses : actions/cache@v4.0.1
20
+ - uses : actions/cache@v4.0.2
21
21
id : yarn-cache
22
22
with :
23
23
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 17
17
- name : Get yarn cache directory path
18
18
id : yarn-cache-dir-path
19
19
run : echo "::set-output name=dir::$(yarn cache dir)"
20
- - uses : actions/cache@v4.0.1
20
+ - uses : actions/cache@v4.0.2
21
21
id : yarn-cache
22
22
with :
23
23
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments