diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 2b4e0a56d..5311a4448 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -18,7 +18,7 @@ jobs: - run: bundle exec jekyll build - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.7.0 + uses: lycheeverse/lychee-action@v2.8.0 with: args: --verbose --max-concurrency 1 --retry-wait-time 30 './_site/**/*.html' - name: Create Issue From File