Skip to content

Commit

Permalink
Update deprecated output setting for yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek committed May 4, 2024
1 parent 610f7c5 commit d1eb399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: 20
- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
Expand Down

0 comments on commit d1eb399

Please sign in to comment.