Skip to content

Commit f4de3a6

Browse files
authored
Merge pull request #110 from zkarpinski/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents cfe1c96 + 8e0e8b1 commit f4de3a6

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)