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 20
20
21
21
- name : Get yarn cache directory path
22
22
id : yarn-cache-dir-path
23
- run : echo "::set-output name= dir:: $(yarn cache dir)"
23
+ run : echo "dir= $(yarn cache dir)" >> "$GITHUB_OUTPUT "
24
24
25
25
- name : Restore node modules from cache
26
26
id : cache-node-modules
56
56
57
57
- name : Get yarn cache directory path
58
58
id : yarn-cache-dir-path
59
- run : echo "::set-output name= dir:: $(yarn cache dir)"
59
+ run : echo "dir= $(yarn cache dir)" >> "$GITHUB_OUTPUT "
60
60
61
61
- name : Restore node modules from cache
62
62
id : cache-node-modules
Original file line number Diff line number Diff line change 25
25
26
26
- name : Get yarn cache directory path
27
27
id : yarn-cache-dir-path
28
- run : echo "::set-output name= dir:: $(yarn cache dir)"
28
+ run : echo "dir= $(yarn cache dir)" >> "$GITHUB_OUTPUT "
29
29
30
30
- name : Restore node modules from cache
31
31
id : cache-node-modules
You can’t perform that action at this time.
0 commit comments