We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3752aa commit 186e653Copy full SHA for 186e653
.github/workflows/validate-documentation.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run markdown links checks
39
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }}
40
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # tag: v2.4.1
+ uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # tag: v2.5.0
41
with:
42
fail: true
43
args: "--cache --max-cache-age 1d --threads 1 --max-concurrency 1 --verbose --retry-wait-time 5 --max-retries 3 --timeout 60 --no-progress './**/*.md' './**/*.html'"
0 commit comments