Skip to content

Commit

Permalink
chore(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#4275)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent a4c51f3 commit f3f84f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f3f84f5

Please sign in to comment.