diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index e035f9f70..a6687797b 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -30,7 +30,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.0.0 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: --verbose --no-progress --exclude-file .lycheeignore '**/*.md' '**/*.json'