There was an error while loading. Please reload this page.
1 parent bfae33a commit 951f162Copy full SHA for 951f162
1 file changed
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
poetry config virtualenvs.create true --local
35
poetry config virtualenvs.in-project true --local
36
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
37
name: Define a cache for the virtual environment based on the dependencies lock file
38
with:
39
path: ./.venv
0 commit comments