diff --git a/.github/workflows/code-tour-and-links-watcher.yml b/.github/workflows/code-tour-and-links-watcher.yml index 167401b7..7cd39c95 100644 --- a/.github/workflows/code-tour-and-links-watcher.yml +++ b/.github/workflows/code-tour-and-links-watcher.yml @@ -24,7 +24,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v1.8.0 with: fail: true args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' diff --git a/.github/workflows/links-watcher-schedule.yml b/.github/workflows/links-watcher-schedule.yml index 0867ea40..2fc88c2b 100644 --- a/.github/workflows/links-watcher-schedule.yml +++ b/.github/workflows/links-watcher-schedule.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v1.8.0 with: args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' output: ./lychee/out.md