There was an error while loading. Please reload this page.
2 parents 3647363 + 5437bf6 commit a9a6bd4Copy full SHA for a9a6bd4
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
51
52
- - uses: actions/cache@v4
+ - uses: actions/cache@v6
53
with:
54
path: ${{ steps.pip-cache.outputs.dir }}
55
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
0 commit comments