Skip to content

Commit

Permalink
build(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 in /.…
Browse files Browse the repository at this point in the history
…github/workflows (#365)

* build(deps): bump lycheeverse/lychee-action in /.github/workflows

Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.8.0...v1.9.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]>

* fix lychee cfg for new version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vpereira01 <[email protected]>
  • Loading branch information
dependabot[bot] and vpereira01 authored Jan 8, 2024
1 parent 80d562e commit ace095b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ timeout = 65
retry_wait_time = 5

# Tolerate HTTP 403 Forbidden responses because it's a common response for domains behind Cloudflare.
accept = [403]
accept = ['403']

# Tolerate certificate issues since several sites have certificate chain issues :(
insecure = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Validate links
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
args: --config .github/workflows/lychee.toml -- README.md
# Fail action on broken links
Expand Down

0 comments on commit ace095b

Please sign in to comment.