Skip to content

Commit 4e51833

Browse files
authored
workflows: use yarn3 format for cache path
1 parent 83a7fa5 commit 4e51833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Get yarn cache directory path
4242
id: yarn-cache-dir-path
4343
working-directory: submodules/volto
44-
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
44+
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
4545
- uses: actions/cache@v3
4646
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4747
with:

0 commit comments

Comments
 (0)