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 641a02e + 1c9301e commit 6dd2ee8Copy full SHA for 6dd2ee8
.github/workflows/unit-test.yaml
@@ -70,7 +70,7 @@ jobs:
70
# completion. Make sure to update the key to bust the cache
71
# properly if you make a change that should influence it.
72
- name: Load cached Python dependencies
73
- uses: actions/cache@v3
+ uses: actions/cache@v4
74
with:
75
path: /srv/venv/
76
key: >-
0 commit comments