From 1aa142f820764f38c0576b093002e3fe28d4df45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:21:08 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.0.0 to 2.0.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f90025..d2482aa 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.0 + uses: lycheeverse/lychee-action@v2.0.1 with: args: book fail: true diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 59ba0f0..8bb9c9e 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.0 + uses: lycheeverse/lychee-action@v2.0.1 with: args: book fail: true