We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8598856 + dda0a11 commit ea937c8Copy full SHA for ea937c8
.github/workflows/python.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Load Cached Virtualenv
44
id: cached-pip-wheels
45
- uses: actions/cache@v3
+ uses: actions/cache@v4
46
with:
47
path: ~/.cache
48
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments