We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4ae49 commit e384cc0Copy full SHA for e384cc0
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
33
- name: Cache pip
34
- uses: actions/cache@v4
+ uses: actions/cache@v5
35
with:
36
path: ~/.cache/pip
37
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
0 commit comments