We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cbcb3 commit 939fd39Copy full SHA for 939fd39
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
18
id: virtualenv-cache
19
with:
20
path: |
@@ -41,7 +41,7 @@ jobs:
41
needs: setup
42
43
44
- - uses: actions/cache/restore@v3
+ - uses: actions/cache/restore@v4
45
46
47
path: .venv
@@ -71,7 +71,7 @@ jobs:
71
needs: [setup, lint]
72
73
74
75
76
77
0 commit comments