Skip to content

Commit 718810c

Browse files
authored
build(deps): bump lycheeverse/lychee-action from 2.6.1 to 2.7.0 (#2092)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.6.1 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lycheeverse/lychee-action/releases">lycheeverse/lychee-action's releases</a>.</em></p> <blockquote> <h2>Version 2.7.0</h2> <h2>Breaking changes</h2> <p>If you're using <code>--base</code>, you must now provide either a URL (with scheme) or an absolute local path. See <code>lychee --help</code> for more information. If you want to resolve root-relative links in local files, also see <code>--root-dir</code>.</p> <h2>What's Changed</h2> <ul> <li>Bump peter-evans/create-issue-from-file from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/307">lycheeverse/lychee-action#307</a></li> <li>Upgrade checkout action from v4 to v5 by <a href="https://github.com/jacobdalamb"><code>@​jacobdalamb</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/310">lycheeverse/lychee-action#310</a></li> <li>Update lycheeVersion to v0.21.0 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/312">lycheeverse/lychee-action#312</a> See <a href="https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.21.0">https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.21.0</a> for the lychee changelog.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lycheeverse/lychee-action/compare/v2...v2.7.0">https://github.com/lycheeverse/lychee-action/compare/v2...v2.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lycheeverse/lychee-action/commit/a8c4c7cb88f0c7386610c35eb25108e448569cb0"><code>a8c4c7c</code></a> [create-pull-request] automated change (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/312">#312</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/44b353b6a25f31110975901498b02f7cfb09f808"><code>44b353b</code></a> Upgrade checkout action from v4 to v5 (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/310">#310</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/e79a91bfe7208fbf053c02277ad554a4df6ebac3"><code>e79a91b</code></a> Bump peter-evans/create-issue-from-file from 5 to 6 (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/307">#307</a>)</li> <li>See full diff in <a href="https://github.com/lycheeverse/lychee-action/compare/885c65f3dc543b57c898c8099f4e08c8afd178a2...a8c4c7cb88f0c7386610c35eb25108e448569cb0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lycheeverse/lychee-action&package-manager=github_actions&previous-version=2.6.1&new-version=2.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 65c7b5f + d6c1890 commit 718810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run link checker
3636
# For any troubleshooting, see:
3737
# https://github.com/lycheeverse/lychee/blob/master/docs/TROUBLESHOOTING.md
38-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
38+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0
3939

4040
with:
4141
# user-agent: if a user agent is not specified, some websites (e.g.

0 commit comments

Comments
 (0)