We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bea0f commit c5d44d0Copy full SHA for c5d44d0
.github/workflows/documentation.yml
@@ -35,7 +35,7 @@ jobs:
35
run: python -m pip install -r requirements-dev.txt
36
37
- name: Cache pip
38
- uses: actions/cache@v2
+ uses: actions/cache@v4
39
with:
40
path: ~/.cache/pip
41
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
0 commit comments