diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index b2eb7a92..ec04271d 100644 --- a/.github/workflows/links-watcher-cron.yml +++ b/.github/workflows/links-watcher-cron.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.3.0 + uses: lycheeverse/lychee-action@v2.4.0 with: args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md' output: ./lychee/out.md