We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb44ce + 52a5527 commit bdb0441Copy full SHA for bdb0441
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: abatilo/actions-poetry@v4
21
22
- name: Cache the virtualenv
23
- uses: actions/cache@v5
+ uses: actions/cache@v6
24
with:
25
path: ~/.cache/pypoetry
26
key: venv-${{ hashFiles('poetry.lock') }}
0 commit comments