Update variable output command in tests.yaml

This commit is contained in:
Rafael Fontenelle 2024-09-19 18:48:21 -03:00 committed by Mahmoud Hashemi
parent 801e80e953
commit d6fb9863e4
1 changed files with 1 additions and 1 deletions

View File

@ -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: