Skip to content

Commit b2be871

Browse files
authored
Merge pull request plone#1439 from plone/github-actions-save-state
Update deprecated command of `set-output`
2 parents eefccf2 + 2e1dbd1 commit b2be871

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 "{dir}={$(yarn cache dir)}" >> $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)