Skip to content

Commit 73f50f5

Browse files
authored
Update cache action version to v6
1 parent 0b85842 commit 73f50f5

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
@@ -32,7 +32,7 @@ jobs:
3232

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

0 commit comments

Comments
 (0)