Skip to content

Commit 522d591

Browse files
authored
Update cache action to v4
1 parent ea39395 commit 522d591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: snok/install-poetry@v1
2828
- name: cache deps
2929
id: cache-deps
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: .venv
3333
key: pydeps-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)