We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a7308 commit e3c3283Copy full SHA for e3c3283
.github/workflows/ci_docs.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: 3.8
37
38
- name: Cache pip
39
- uses: actions/cache@v3
+ uses: actions/cache@v4
40
with:
41
path: ~/.cache/pip
42
key: pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('_requirements/docs.txt') }}
0 commit comments