Skip to content

Commit 951f162

Browse files
Update actions/cache action to v5 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfae33a commit 951f162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
poetry config virtualenvs.create true --local
3535
poetry config virtualenvs.in-project true --local
36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
name: Define a cache for the virtual environment based on the dependencies lock file
3838
with:
3939
path: ./.venv

0 commit comments

Comments
 (0)