Skip to content

Commit

Permalink
ci: Replace deprecated GHA set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Nov 20, 2022
1 parent 0f7633e commit 757b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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: Persistent Github pip cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 757b0ac

Please sign in to comment.