We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56a6781 + 5701e3a commit 66f1138Copy full SHA for 66f1138
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
31
32
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
33
with:
34
path: ${{ steps.pip-cache.outputs.dir }}
35
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
0 commit comments