Replace deprecated `::see-output`
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/pull/460/head
parent
66cd8b982b
commit
1c0b22d26b
|
@ -19,7 +19,7 @@ jobs:
|
|||
npm install yarn@1.22.19 -g
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/cache@v2
|
||||
id: yarn-cache
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue