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:
233233 ref : " ${{ github.event.pull_request.head.sha }}"
234234 - name : Get yarn cache directory path
235235 id : yarn-cache-dir-path
236- run : echo "::set-output name= dir:: $(yarn cache dir)"
236+ run : echo "dir= $(yarn cache dir)" >> $GITHUB_OUTPUT
237237 - name : Cache yarn intermediate products
238238 uses : actions/cache@v3
239239 with :
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ workflows:
344344
345345 - name : " Get yarn cache directory path"
346346 id : yarn-cache-dir-path
347- run : echo "::set-output name= dir:: $(yarn cache dir)"
347+ run : echo "dir= $(yarn cache dir)" >> $GITHUB_OUTPUT
348348
349349 - name : " Cache yarn intermediate products"
350350 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments