mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.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://redirect.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://redirect.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://redirect.github.com/lycheeverse/lychee-action/pull/223">lycheeverse/lychee-action#223</a></li> <li>Bump to lychee 0.14.2 in <a href="eeb9cb63fe</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 = ["200..=203", 429] </code></pre> <p>Integers and strings (e.g. for ranges) can be mixed.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c053181aa0"><code>c053181</code></a> Pass custom <code>token</code> as input argument to action (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/222">#222</a>)</li> <li><a href="eeb9cb63fe"><code>eeb9cb6</code></a> Bump to lychee 0.14.2</li> <li><a href="0fa791a2a1"><code>0fa791a</code></a> Bump peter-evans/create-issue-from-file from 4 to 5 (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/223">#223</a>)</li> <li><a href="8c9a282bef"><code>8c9a282</code></a> Bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/221">#221</a>)</li> <li><a href="c3089c702f"><code>c3089c7</code></a> Bump to lychee 0.14.1</li> <li><a href="fdea703267"><code>fdea703</code></a> Update secure git hash for 1.9.0</li> <li>See full diff in <a href="https://github.com/lycheeverse/lychee-action/compare/v1.9.0...v1.9.3">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>