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