mirror of https://github.com/mahmoud/boltons.git
Update variable output command in tests.yaml
This commit is contained in:
parent
801e80e953
commit
d6fb9863e4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue