Skip to content

Commit

Permalink
Merge pull request #478 from jazzband/update-actions-gh-output
Browse files Browse the repository at this point in the history
👷: update set-output command
  • Loading branch information
schlich authored Feb 21, 2024
2 parents c327194 + a18cba5 commit 71a1889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
echo "::set-output name=dir::$(pip cache dir)"
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache
uses: actions/cache@v4
Expand Down

0 comments on commit 71a1889

Please sign in to comment.