We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30d93b commit 397a326Copy full SHA for 397a326
.github/workflows/build_docs.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# preserve pip cache to speed up installation
29
- name: Cache pip
30
- uses: actions/cache@v5
+ uses: actions/cache@v4
31
with:
32
path: ~/.cache/pip
33
# Look to see if there is a cache hit for the corresponding requirements file
0 commit comments