wiki
wiki copied to clipboard
build(deps): bump lycheeverse/lychee-action from 1.9.1 to 2.0.0
Bumps lycheeverse/lychee-action from 1.9.1 to 2.0.0.
Release notes
Sourced from lycheeverse/lychee-action's releases.
Version 2.0.0
Breaking Changes
Note: This release improves the action's robustness by changing default behaviors. Changes are only required if you want to opt out of the new failure conditions. Most users won't need to modify their existing configurations.
Fail pipeline on error by default
We've changed the default behavior: pipelines will now fail on broken links automatically. This addresses user feedback that not failing on broken links was unexpected (see [issue #71](lycheeverse/lychee-action#71)).
What you need to do:
- Update to version 2 of this action to apply this change.
- Users of the
lychee-action@masterbranch don't need to make any changes, asfail: truehas been the default there for a while.- If you prefer the old behavior, explicitly set
failtofalsewhen updating:- name: Link Checker id: lychee uses: lycheeverse/lychee-action@v2 with: fail: false # Don't fail action on broken linksFail pipeline if no links were found
Similar to the above change, we now fail the pipeline if no links are found during a run. This helps warn users about potential configuration issues.
What you need to do:
- If you expect links to be found in your pipeline run, you don't need to do anything.
- If you expect no links in your pipeline run, you can opt out like this:
- name: Link Checker id: lychee uses: lycheeverse/lychee-action@v2 with: failIfEmpty: false # Don't fail action if no links were foundFor a more detailed description of the technical aspects behind these changes, please see the full changelog below.
What's Changed
- feat: change to use the full version tag with v-* prefix by
@kemingyin lycheeverse/lychee-action#204- Add
failIfEmptyargument (fixes #84) by@mrein lycheeverse/lychee-action#86- Fail pipeline on error by default (fixes #71) by
@mrein lycheeverse/lychee-action#85- Exit in case output is set in args and action input by
@mrein lycheeverse/lychee-action#227- v1 will automatically use latest version by
@jacobdalambin lycheeverse/lychee-action#228- Remove unneeded text by
@jacobdalambin lycheeverse/lychee-action#229- Clarify README.md defaults by
@paddyroddyin lycheeverse/lychee-action#230- Adjust for new asset naming scheme by
@dschoin lycheeverse/lychee-action#234- Test various lychee versions by
@mrein lycheeverse/lychee-action#235
... (truncated)
Commits
7da8ec1Test latest lychee version tag (#236)6cba5a9Bump version to 0.16.x, respect new tag names (#249)e71a9a1Split up steps in action (#248)897f08aaction.yml: fix failing CI (#246)22c8e46Set exit_code correctly as output (#245)5047c2aREADME: update actions/cache to v4 (#243)64c64dfRemove dots from table (#242)c38ba4fBump peter-evans/create-issue-from-file from v4 to v5 (#241)d412870Better cleanup of old lychee assets (#237)2a0b365Test various lychee versions (#235)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)