diff --git a/.github/workflows/check_links_external_lychee.yaml b/.github/workflows/check_links_external_lychee.yaml index 3b23642..6a2352e 100644 --- a/.github/workflows/check_links_external_lychee.yaml +++ b/.github/workflows/check_links_external_lychee.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker # https://github.com/marketplace/actions/lychee-broken-link-checker - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: --verbose --no-progress --exclude-all-private --exclude 'stackoverflow.com' --exclude 'https://api.sensible.so/v0/extract/senseml_basics' --exclude 'https://platform.openai.com' --exclude 'support.discord.com' --exclude-path './node_modules' --exclude-path 'examples' --exclude-path 'docs/snippets/callouts.mdx' .