From f3f84f50db209a9e87016c2c8e9a7025fa1285ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:43:21 +0200 Subject: [PATCH] chore(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#4275) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 02f88e7157c1..a0dab8bb00c6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }} continue-on-error: true - name: Link Checker (Repo Readme) - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: args: 'README.md' # Fail action on broken links @@ -58,7 +58,7 @@ jobs: CC: "sccache clang" CXX: "sccache clang++" - name: Link Checker (Library Documentation) - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: args: './target/doc/forest_filecoin/**/index.html' # Fail action on broken links