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.
1 parent 4733bc0 commit 123e770Copy full SHA for 123e770
1 file changed
.github/workflows/main.yaml
@@ -23,7 +23,7 @@ jobs:
23
architecture: ${{ matrix.architecture }}
24
- name: Cache pip 3.8
25
if: matrix.python-version == 3.8
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
with:
28
# This path is specific to Ubuntu
29
path: ~/.cache/pip
@@ -34,7 +34,7 @@ jobs:
34
${{ runner.os }}-
35
- name: Cache pip
36
if: matrix.python-version != 3.8
37
38
39
40
0 commit comments