File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
# so we use this workaround https://github.com/actions/setup-node/issues/488
24
24
- name : Get yarn cache directory path
25
25
id : yarn-cache-dir-path
26
- run : echo "::set-output name= dir:: $(yarn config get cacheFolder)"
26
+ run : echo "dir= $(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
27
27
shell : bash
28
28
- name : Restore yarn cache
29
29
uses : actions/cache@v3
Original file line number Diff line number Diff line change 23
23
# so we use this workaround https://github.com/actions/setup-node/issues/488
24
24
- name : Get yarn cache directory path
25
25
id : yarn-cache-dir-path
26
- run : echo "::set-output name= dir:: $(yarn config get cacheFolder)"
26
+ run : echo "dir= $(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
27
27
shell : bash
28
28
- name : Restore yarn cache
29
29
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments