We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85a7449 + 0f44409 commit 16c6f98Copy full SHA for 16c6f98
1 file changed
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Use pip cache
48
id: pip-cache
49
- uses: actions/cache@v4
+ uses: actions/cache@v5
50
with:
51
path: ${{ env.PIP_CACHE_DIR }}
52
key: ${{ matrix.os }}-pip-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
0 commit comments