Skip to content

Commit

Permalink
build(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 (#1528)
Browse files Browse the repository at this point in the history
Bumps
[lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action)
from 1.8.0 to 1.9.3.
<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 1.9.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Bugfix: Pass custom <code>token</code> as input argument to action
by <a href="https://github.com/mre"><code>@​mre</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/222">lycheeverse/lychee-action#222</a>
Previously, the name of the token was incorrect, leading to no token
being used if the user specified <code>with: [token: ...]</code>.
Thanks to <a href="https://github.com/tobon4"><code>@​tobon4</code></a>
for pointing this out.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.3">https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.3</a></p>
<h2>Version 1.9.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/cache from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/221">lycheeverse/lychee-action#221</a></li>
<li>Bump peter-evans/create-issue-from-file from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/223">lycheeverse/lychee-action#223</a></li>
<li>Bump to lychee 0.14.2 in <a
href="https://github.com/lycheeverse/lychee-action/commit/eeb9cb63fe093e4d17e5853314dbf862bb35f28d">https://github.com/lycheeverse/lychee-action/commit/eeb9cb63fe093e4d17e5853314dbf862bb35f28d</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.2">https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.2</a></p>
<h2>Version 1.9.1</h2>
<p>This is a hotfix release which restores the behavior of the
<code>accept</code> config parameter.
Integers are accepted again as status codes.</p>
<pre lang="toml"><code>accept = [200, 201, 202, 203, 429]
</code></pre>
<p>is equivalent to</p>
<pre lang="toml"><code>accept = [&quot;200..=203&quot;, 429]
</code></pre>
<p>Integers and strings (e.g. for ranges) can be mixed.</p>
<h2>Version 1.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Document the current directory for the cache argument example by <a
href="https://github.com/theredfish"><code>@​theredfish</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/193">lycheeverse/lychee-action#193</a></li>
<li>Add <code>*.rst</code> glob pattern to defaults by <a
href="https://github.com/kdeldycke"><code>@​kdeldycke</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/197">lycheeverse/lychee-action#197</a></li>
<li>Automatically pass Github token by <a
href="https://github.com/mre"><code>@​mre</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/196">lycheeverse/lychee-action#196</a></li>
<li>Always create output file; not only on error by <a
href="https://github.com/mre"><code>@​mre</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/199">lycheeverse/lychee-action#199</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/208">lycheeverse/lychee-action#208</a></li>
<li>add documentation on using the param when testing local files (as
in… by <a href="https://github.com/tgaff"><code>@​tgaff</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/211">lycheeverse/lychee-action#211</a></li>
<li>fix: Lychee output to file (fixes <a
href="https://github.com/lycheeverse/lychee-action/issues/214">#214</a>)
by <a
href="https://github.com/LilDrunkenSmurf"><code>@​LilDrunkenSmurf</code></a>
in <a
href="https://github.com/lycheeverse/lychee-action/pull/215">lycheeverse/lychee-action#215</a></li>
<li>Add integration test for custom output paths (<a
href="https://github.com/lycheeverse/lychee-action/issues/215">#215</a>)
by <a href="https://github.com/mre"><code>@​mre</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/217">lycheeverse/lychee-action#217</a></li>
<li>Add integration tests for absolute output path and
<code>--dump</code> by <a
href="https://github.com/mre"><code>@​mre</code></a> in <a
href="https://github.com/lycheeverse/lychee-action/pull/218">lycheeverse/lychee-action#218</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/theredfish"><code>@​theredfish</code></a> made
their first contribution in <a
href="https://github.com/lycheeverse/lychee-action/pull/193">lycheeverse/lychee-action#193</a></li>
<li><a href="https://github.com/kdeldycke"><code>@​kdeldycke</code></a>
made their first contribution in <a
href="https://github.com/lycheeverse/lychee-action/pull/197">lycheeverse/lychee-action#197</a></li>
<li><a href="https://github.com/tgaff"><code>@​tgaff</code></a> made
their first contribution in <a
href="https://github.com/lycheeverse/lychee-action/pull/211">lycheeverse/lychee-action#211</a></li>
<li><a
href="https://github.com/LilDrunkenSmurf"><code>@​LilDrunkenSmurf</code></a>
made their first contribution in <a
href="https://github.com/lycheeverse/lychee-action/pull/215">lycheeverse/lychee-action#215</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/c053181aa0c3d17606addfe97a9075a32723548a"><code>c053181</code></a>
Pass custom <code>token</code> as input argument to action (<a
href="https://github.com/lycheeverse/lychee-action/issues/222">#222</a>)</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/eeb9cb63fe093e4d17e5853314dbf862bb35f28d"><code>eeb9cb6</code></a>
Bump to lychee 0.14.2</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/0fa791a2a1cef2fdc22f703bb81fac6ccaa9ee06"><code>0fa791a</code></a>
Bump peter-evans/create-issue-from-file from 4 to 5 (<a
href="https://github.com/lycheeverse/lychee-action/issues/223">#223</a>)</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/8c9a282bef269f1ba1f727d1f79c5b8139bf3a5a"><code>8c9a282</code></a>
Bump actions/cache from 3 to 4 (<a
href="https://github.com/lycheeverse/lychee-action/issues/221">#221</a>)</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/c3089c702fbb949e3f7a8122be0c33c017904f9b"><code>c3089c7</code></a>
Bump to lychee 0.14.1</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/fdea7032675810093199f485fe075f057cc37b3e"><code>fdea703</code></a>
Update secure git hash for 1.9.0</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/22134d37a1fff6c2974df9c92a7c7e1e86a08f9c"><code>22134d3</code></a>
Bump version to 1.9.0</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/ebd95ebde89b46eaf3567432efb0b52bad2187d7"><code>ebd95eb</code></a>
Update to latest lychee 0.14.0</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/37d79d3b6eda9990480a57eed21c847792dec37a"><code>37d79d3</code></a>
Add integration tests for absolute output path and <code>--dump</code>
(<a
href="https://github.com/lycheeverse/lychee-action/issues/218">#218</a>)</li>
<li><a
href="https://github.com/lycheeverse/lychee-action/commit/57219e4f1d23b32484889db3dbd73f6b814c9bfa"><code>57219e4</code></a>
Add integration test for custom output paths (<a
href="https://github.com/lycheeverse/lychee-action/issues/1309">#1309</a>)
(<a
href="https://github.com/lycheeverse/lychee-action/issues/217">#217</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/lycheeverse/lychee-action/compare/ec3ed119d4f44ad2673a7232460dc7dff59d2421...c053181aa0c3d17606addfe97a9075a32723548a">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=1.8.0&new-version=1.9.3)](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>
  • Loading branch information
dscho authored Feb 11, 2024
2 parents 523eb74 + 7d33f98 commit c14a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run link checker
# For any troubleshooting, see:
# https://github.com/lycheeverse/lychee/blob/master/docs/TROUBLESHOOTING.md
uses: lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a

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

0 comments on commit c14a23d

Please sign in to comment.