We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea39395 commit 522d591Copy full SHA for 522d591
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: snok/install-poetry@v1
28
- name: cache deps
29
id: cache-deps
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
path: .venv
33
key: pydeps-${{ hashFiles('**/poetry.lock') }}
0 commit comments