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