We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79fc9ed + 9a1ca70 commit 029204fCopy full SHA for 029204f
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
poetry-version: 2.1.3
46
47
- name: Set up cache
48
- uses: actions/cache@v4
+ uses: actions/cache@v5
49
with:
50
path: ~/.cache/pypoetry/virtualenvs
51
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pytest-version }}-${{ matrix.pytest-asyncio-version }}-${{ matrix.sqlalchemy-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments