Skip to content

Commit ea937c8

Browse files
authored
Merge pull request #496 from Corfucinas/dependabot/github_actions/actions/cache-4
ci: bump actions/cache from 3 to 4
2 parents 8598856 + dda0a11 commit ea937c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Load Cached Virtualenv
4444
id: cached-pip-wheels
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.cache
4848
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)