We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c72f9f commit de8a305Copy full SHA for de8a305
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
run: make poetry-download
21
22
- name: Set up cache
23
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
24
with:
25
path: .venv
26
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
0 commit comments