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.
2 parents df47d61 + a53c23a commit 7dbbe21Copy full SHA for 7dbbe21
.github/workflows/deploy.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install project
23
run: pip install .
24
- name: Persist requests-cache's cache file
25
- uses: actions/cache@v4
+ uses: actions/cache@v5
26
with:
27
key: http_cache-${{ github.run_id }}
28
path: http_cache.sqlite
.github/workflows/test.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments