We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeedc18 commit 5919a7cCopy full SHA for 5919a7c
.github/workflows/markdown.yml
@@ -18,7 +18,7 @@ jobs:
18
path: .lycheecache
19
key: cache-lychee-${{ github.sha }}
20
restore-keys: cache-lychee-
21
- - uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # for v1.10.0
+ - uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # for v2.3.0
22
with:
23
args: --base . -a 100..=103,200..=299,429 --verbose --no-progress --cache --max-cache-age 1d --scheme http --scheme https './**/*.md' './layout/shortcodes/fuzzing/*.html'
24
fail: true
0 commit comments