Skip to content

Commit d6fb986

Browse files
rffontenellemahmoud
authored andcommitted
Update variable output command in tests.yaml
1 parent 801e80e commit d6fb986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python -m pip install -U pip
4040
- name: get pip cache dir
4141
id: pip-cache
42-
run: echo "::set-output name=dir::$(pip cache dir)"
42+
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
4343
- name: cache pip
4444
uses: actions/cache@v4
4545
with:

0 commit comments

Comments
 (0)