Skip to content

Commit bdb0441

Browse files
Update actions/cache action to v6 (#382)
Update actions/cache action to v6
2 parents 6eb44ce + 52a5527 commit bdb0441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: abatilo/actions-poetry@v4
2121

2222
- name: Cache the virtualenv
23-
uses: actions/cache@v5
23+
uses: actions/cache@v6
2424
with:
2525
path: ~/.cache/pypoetry
2626
key: venv-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)