Skip to content

Commit

Permalink
update github action to use modern form to set output var (https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 8, 2022
1 parent 2439e61 commit 59d7cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade pip
- name: Get pip cache dir
id: pip-cache
run: echo "::set-output name=dir::$(python -m pip cache dir)"
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
with:
path: ${{ steps.pip-cache.outputs.dir }}
Expand Down

0 comments on commit 59d7cee

Please sign in to comment.