diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index f8addf19..93393aa5 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.0.2 + uses: lycheeverse/lychee-action@v2.1.0 with: args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md' output: ./lychee/out.md