Commit fdb15a6 1 parent 3fb18c6 commit fdb15a6 Copy full SHA for fdb15a6
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
uses : " actions/checkout@v4"
19
19
20
20
- name : " Check Markdown formatting"
21
- uses : " DavidAnson/markdownlint-cli2-action@v14 .0.0"
21
+ uses : " DavidAnson/markdownlint-cli2-action@v15 .0.0"
22
22
with :
23
23
globs : " *.md|docs/**/*.md"
24
24
@@ -31,14 +31,14 @@ jobs:
31
31
uses : " actions/checkout@v4"
32
32
33
33
- name : " Restore lychee cache"
34
- uses : " actions/cache@v3 "
34
+ uses : " actions/cache@v4 "
35
35
with :
36
36
path : " .lycheecache"
37
37
key : " cache-lychee-${{ github.sha }}"
38
38
restore-keys : cache-lychee-
39
39
40
40
- name : " Run Lychee"
41
- uses : " lycheeverse/lychee-action@v1.9.1 "
41
+ uses : " lycheeverse/lychee-action@v1.9.3 "
42
42
with :
43
43
# To keep in sync with Makefile#lychee
44
44
args : " --verbose --no-progress '*.md' 'docs/**/*.md' --cache --max-cache-age 1d ."
You can’t perform that action at this time.
0 commit comments