We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f63e9e7 + eb737dd commit 649d237Copy full SHA for 649d237
.github/workflows/linux.yml
@@ -35,7 +35,7 @@ jobs:
35
python-version: ${{ matrix.python-version }}
36
37
- name: Use pip cache
38
- uses: actions/cache@v2
+ uses: actions/cache@v4
39
with:
40
path: ~\AppData\Local\pip\Cache
41
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
134
135
136
newsfragments/773.minor
@@ -0,0 +1 @@
1
+
0 commit comments