We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94c6ce commit 5abf08dCopy full SHA for 5abf08d
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: '3.11'
20
cache: 'pip'
21
- name: Cache dependencies
22
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
23
with:
24
path: ~/.cache/pip
25
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments