Skip to content

Commit 397a326

Browse files
committed
Cache is v4
1 parent b30d93b commit 397a326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# preserve pip cache to speed up installation
2929
- name: Cache pip
30-
uses: actions/cache@v5
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.cache/pip
3333
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)