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 @@ -233,7 +233,7 @@ jobs:
233
233
ref : " ${{ github.event.pull_request.head.sha }}"
234
234
- name : Get yarn cache directory path
235
235
id : yarn-cache-dir-path
236
- run : echo "::set-output name= dir:: $(yarn cache dir)"
236
+ run : echo "dir= $(yarn cache dir)" >> $GITHUB_OUTPUT
237
237
- name : Cache yarn intermediate products
238
238
uses : actions/cache@v3
239
239
with :
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ workflows:
344
344
345
345
- name : " Get yarn cache directory path"
346
346
id : yarn-cache-dir-path
347
- run : echo "::set-output name= dir:: $(yarn cache dir)"
347
+ run : echo "dir= $(yarn cache dir)" >> $GITHUB_OUTPUT
348
348
349
349
- name : " Cache yarn intermediate products"
350
350
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments