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 eeae5f0 commit 1c9301eCopy full SHA for 1c9301e
.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