Skip to content

Commit

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

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

Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.0.2.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.10.0...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* remove unnecessary fail argument

with version 2 the default was change to fail ref: https://github.com/lycheeverse/lychee-action/releases/tag/v2.0.0

* remove unnecessary exclude_mail

lychee already ignores it by default, ref lycheeverse/lychee#1089

---------

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 Oct 14, 2024
1 parent 33146db commit a7ab6e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ insecure = true
# Safeguard so avoid GH Action accessing runner local endpoints
exclude_all_private = true

# Ignore email links
exclude_mail = true

# Exclude URLs contained in a file from checking
exclude_file = [ ".github/workflows/.lycheeignore" ]
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
- uses: actions/checkout@v4

- name: Validate links
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.0.2
with:
args: --config .github/workflows/lychee.toml -- README.md
# Fail action on broken links
fail: true
# Write link validation summary to GH Job summary
jobSummary: true

0 comments on commit a7ab6e6

Please sign in to comment.