We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2134daf commit 231c3c7Copy full SHA for 231c3c7
.github/workflows/ci.yml
@@ -28,19 +28,19 @@ jobs:
28
with:
29
python-version: ${{ matrix.python-version }}
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
32
if: startsWith(runner.os, 'Linux')
33
34
path: ~/.cache/pip
35
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
36
37
38
if: startsWith(runner.os, 'macOS')
39
40
path: ~/Library/Caches/pip
41
42
43
44
if: startsWith(runner.os, 'Windows')
45
46
path: ~\AppData\Local\pip\Cache
0 commit comments