We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801e80e commit d6fb986Copy full SHA for d6fb986
.github/workflows/tests.yaml
@@ -39,7 +39,7 @@ jobs:
39
python -m pip install -U pip
40
- name: get pip cache dir
41
id: pip-cache
42
- run: echo "::set-output name=dir::$(pip cache dir)"
+ run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
43
- name: cache pip
44
uses: actions/cache@v4
45
with:
0 commit comments