Skip to content

Commit

Permalink
chore(deps): bump lycheeverse/lychee-action from 1.6.1 to 1.7.0 (#2776)
Browse files Browse the repository at this point in the history
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 18, 2023
1 parent 7c22647 commit e3dfe02
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 @@ -33,7 +33,7 @@ jobs:
max_attempts: 3
command: sudo make install-deps
- name: Link Checker (Repo)
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.7.0
with:
args: --verbose --timeout 60 --exclude twitter.com --no-progress 'README.md'
# Fail action on broken links
Expand All @@ -51,7 +51,7 @@ jobs:
CC: "sccache clang"
CXX: "sccache clang++"
- name: Link Checker (Docs)
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.7.0
with:
# Check all docs
args: --verbose --no-progress './target/doc/*/index.html'
Expand Down

0 comments on commit e3dfe02

Please sign in to comment.