Skip to content

Commit

Permalink
Update variable output command in tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored and mahmoud committed Nov 2, 2024
1 parent 801e80e commit d6fb986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 d6fb986

Please sign in to comment.