Commit 27bdd58 1 parent 0040379 commit 27bdd58 Copy full SHA for 27bdd58
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Install dependencies
32
32
run : pdm install -G doc
33
33
- name : Set up build cache
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
id : cache
36
36
with :
37
37
key : mkdocs-material-${{ github.ref }}
Original file line number Diff line number Diff line change 38
38
- name : Install dependencies
39
39
run : pdm install -G doc
40
40
- name : Set up build cache
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
id : cache
43
43
with :
44
44
key : mkdocs-material-${{ github.ref }}
Original file line number Diff line number Diff line change 38
38
- name : Install dependencies
39
39
run : pdm install -G doc
40
40
- name : Set up build cache
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
id : cache
43
43
with :
44
44
key : mkdocs-material-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments