We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6365bc3 commit f703ee0Copy full SHA for f703ee0
.github/workflows/docs.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: "actions/checkout@v4"
19
20
- name: "Check Markdown formatting"
21
- uses: "DavidAnson/markdownlint-cli2-action@v18.0.0"
+ uses: "DavidAnson/markdownlint-cli2-action@v19.0.0"
22
with:
23
globs: "*.md|docs/**/*.md"
24
@@ -38,7 +38,7 @@ jobs:
38
restore-keys: cache-lychee-
39
40
- name: "Run Lychee"
41
- uses: "lycheeverse/lychee-action@v2.1.0"
+ uses: "lycheeverse/lychee-action@v2.2.0"
42
43
# To keep in sync with Makefile#lychee
44
args: "--verbose --no-progress '*.md' 'docs/**/*.md' --cache --max-cache-age 1d ."
0 commit comments