Skip to content

Commit b5122ae

Browse files
Update actions/cache action to v5
1 parent 076b0c5 commit b5122ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

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

3737
- name: Load cached venv
3838
id: cached-poetry-dependencies
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: .venv
4242
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)