diff --git a/.github/workflows/cron-linkcheck.yml b/.github/workflows/cron-linkcheck.yml index c1fd692..3fda9c2 100644 --- a/.github/workflows/cron-linkcheck.yml +++ b/.github/workflows/cron-linkcheck.yml @@ -12,7 +12,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.4.0 + uses: lycheeverse/lychee-action@v2.4.1 with: args: --verbose --no-progress README.md fail: true diff --git a/.github/workflows/linkcheck-on-pr.yml b/.github/workflows/linkcheck-on-pr.yml index 5f75af3..687659d 100644 --- a/.github/workflows/linkcheck-on-pr.yml +++ b/.github/workflows/linkcheck-on-pr.yml @@ -10,7 +10,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.4.0 + uses: lycheeverse/lychee-action@v2.4.1 with: args: --verbose --no-progress README.md fail: true