Skip to content

Commit

Permalink
Replace set-output with
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarqu committed Dec 9, 2024
1 parent 923dc0b commit 505cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# pip caching
- name: Locate pip's cache
id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)"
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT

- name: Persist cache across runs
uses: actions/cache@v4
Expand Down

0 comments on commit 505cfb9

Please sign in to comment.