Skip to content

Commit

Permalink
Update set-output to new env var approach
Browse files Browse the repository at this point in the history
  • Loading branch information
oporkka authored Mar 18, 2024
1 parent e948e3c commit 47dd162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Cache yarn packages
Expand Down

0 comments on commit 47dd162

Please sign in to comment.