Skip to content

Commit 9de6d82

Browse files
committed
1 parent 3feec82 commit 9de6d82

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 "::set-output name=dir::$(yarn cache dir)"
44+
run: echo "{name}={value}" >> $GITHUB_OUTPUT
4545
- uses: actions/cache@v1
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)