We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f135fa4 commit dfa9d49Copy full SHA for dfa9d49
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- name: Get yarn cache directory path
15
id: yarn-cache-dir-path
16
- run: echo "::set-output name=dir::$(yarn cache dir)"
+ run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
17
- uses: actions/cache@v3
18
with:
19
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments