Skip to content

Commit eb4e508

Browse files
authored
Merge pull request #26 from zkarpinski/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 8aba926 + 65355f1 commit eb4e508

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@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: .venv
4242
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)