diff --git a/.github/workflows/book-next.yml b/.github/workflows/book-next.yml index d2482aa..3f98536 100644 --- a/.github/workflows/book-next.yml +++ b/.github/workflows/book-next.yml @@ -41,7 +41,7 @@ jobs: working-directory: ./ - name: Link Checker - uses: lycheeverse/lychee-action@v2.0.1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: book fail: true diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 8bb9c9e..de43f43 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -41,7 +41,7 @@ jobs: working-directory: ./ - name: Link Checker - uses: lycheeverse/lychee-action@v2.0.1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: book fail: true