Skip to content

Commit

Permalink
Update set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoehler committed Feb 14, 2024
1 parent 588af34 commit 4cb2ed1
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 @@ -40,7 +40,7 @@ jobs:
python -m pip install -U pip
- name: get pip cache dir
id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)"
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: cache pip
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 4cb2ed1

Please sign in to comment.