From b163073bdec07f6e8bb324e41920004827530399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:42:02 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/book-next.yml | 2 +- .github/workflows/book.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/book-next.yml b/.github/workflows/book-next.yml index 46c2d4e..5bdb26b 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@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: args: book fail: true diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index f5284c5..92ae32f 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@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: args: book fail: true