Skip to content

Commit 8b61c33

Browse files
chore(deps): update lycheeverse/lychee-action action to v2.7.0 (#7552)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) | action | minor | `v2.6.1` -> `v2.7.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.7.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.7.0): Version 2.7.0 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.6.1...v2.7.0) ##### Breaking changes If you're using `--base`, you must now provide either a URL (with scheme) or an absolute local path. See `lychee --help` for more information. If you want to resolve root-relative links in local files, also see `--root-dir`. ##### What's Changed - Bump peter-evans/create-issue-from-file from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;307](https://redirect.github.com/lycheeverse/lychee-action/pull/307) - Upgrade checkout action from v4 to v5 by [@&#8203;jacobdalamb](https://redirect.github.com/jacobdalamb) in [#&#8203;310](https://redirect.github.com/lycheeverse/lychee-action/pull/310) - Update lycheeVersion to v0.21.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;312](https://redirect.github.com/lycheeverse/lychee-action/pull/312) See <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.21.0> for the lychee changelog. **Full Changelog**: <lycheeverse/lychee-action@v2...v2.7.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9401e21 commit 8b61c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/links-fail-fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
restore-keys: cache-lychee-
4949

5050
- name: Link Checker
51-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
51+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Link Checker
3232
id: lychee
33-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
33+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:

0 commit comments

Comments
 (0)