Skip to content

Commit

Permalink
GitHub Actions: Remove the deprecated set-output command (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 7, 2024
1 parent 4615054 commit cb608b9
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 @@ -26,7 +26,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 cb608b9

Please sign in to comment.