Skip to content

Commit 38c21fc

Browse files
Merge pull request #96 from sanderploegsma/dependabot/github_actions/actions/cache-5
2 parents b43d917 + 94cd948 commit 38c21fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.12
2020
- name: Cache poetry install
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.local
2424
key: poetry-1.8.2
@@ -31,7 +31,7 @@ jobs:
3131
installer-parallel: true
3232
- name: Cache dependencies
3333
id: cache-deps
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: .venv
3737
key: pydeps-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)