1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-10-31 00:07:40 +02:00

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**:
<https://github.com/lycheeverse/lychee-action/compare/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>
This commit is contained in:
renovate[bot]
2025-10-30 09:05:27 +01:00
committed by GitHub
parent 9401e21b51
commit 8b61c33710
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
restore-keys: cache-lychee-
- name: Link Checker
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:

View File

@@ -30,7 +30,7 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: