We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19dc4c commit e9c3946Copy full SHA for e9c3946
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
virtualenvs-in-project: true
29
- name: Load cached venv
30
id: cached-poetry-dependencies
31
- uses: actions/cache@v2
+ uses: actions/cache@v4
32
with:
33
path: .venv
34
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments