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 5679008 + 08df857 commit 5a2c7c1Copy full SHA for 5a2c7c1
.github/workflows/CI.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
59
shell: bash
60
- name: Cache PyPI
61
- uses: actions/[email protected].3
+ uses: actions/[email protected].4
62
with:
63
key: pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-${{ hashFiles('requirements/*.txt') }}
64
path: ${{ steps.pip-cache.outputs.dir }}
0 commit comments