Skip to content

Commit 8613f51

Browse files
authored
Update actions/cache (#48)
1 parent 341e02e commit 8613f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Load cached venv
3434
id: cached-poetry-dependencies
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: .venv
3838
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)