We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0bc525 + 3b5c82c commit c8b937dCopy full SHA for c8b937d
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Get yarn cache directory path
26
id: yarn-cache-dir-path
27
- run: echo "::set-output name=dir::$(yarn cache dir)"
+ run: echo "dir='$(yarn cache dir)'" >> "$GITHUB_OUTPUT"
28
29
- uses: actions/cache@v4
30
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
0 commit comments