Commit 67edff0
authored
chore(deps): bump j178/prek-action from 1 to 2 (#992)
Bumps [j178/prek-action](https://github.com/j178/prek-action) from 1 to
2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/j178/prek-action/releases">j178/prek-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-beta.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve version resolution fast paths by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/94">j178/prek-action#94</a></li>
<li>Optimize Windows zip extraction by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/96">j178/prek-action#96</a></li>
<li>Improve manifest update PR details by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/97">j178/prek-action#97</a></li>
<li>Update prek version manifest for prek 0.3.6 by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/j178/prek-action/pull/98">j178/prek-action#98</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/github-actions"><code>@github-actions</code></a>[bot]
made their first contribution in <a
href="https://redirect.github.com/j178/prek-action/pull/98">j178/prek-action#98</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/j178/prek-action/compare/v2.0.0-beta.3...v2.0.0-beta.4">https://github.com/j178/prek-action/compare/v2.0.0-beta.3...v2.0.0-beta.4</a></p>
<h2>v2.0.0-beta.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Add debug logging for version resolution by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/85">j178/prek-action#85</a></li>
<li>Rework release workflow for manual dispatch by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/86">j178/prek-action#86</a></li>
<li>Document moving major tags in README by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/87">j178/prek-action#87</a></li>
<li>ci(renovate): add npm manager, remove stale cargo manager by <a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/88">j178/prek-action#88</a></li>
<li>chore: remove zizmor github-env exception for action.yaml by <a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/89">j178/prek-action#89</a></li>
<li>ci(release): float minor tags and restrict to default branch by <a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/90">j178/prek-action#90</a></li>
<li>fix: skip cache save on exact primary key hit by <a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/91">j178/prek-action#91</a></li>
<li>Clarify moving tag examples in README by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/93">j178/prek-action#93</a></li>
<li>Simplify manifest version handling by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/92">j178/prek-action#92</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/j178/prek-action/compare/v2.0.0-beta.2...v2.0.0-beta.3">https://github.com/j178/prek-action/compare/v2.0.0-beta.2...v2.0.0-beta.3</a></p>
<h2>v2.0.0-beta.2</h2>
<p>This beta focuses on version resolution and install integrity.</p>
<ul>
<li>Support semver ranges for <code>prek-version</code>.</li>
<li>Resolve versions from bundled release metadata and automate metadata
refresh.</li>
<li>Verify downloaded prek archives against published SHA-256
checksums.</li>
<li>Split internal action modules for simpler maintenance.</li>
<li>Add an option to hide verbose prek logs after <code>prek
run</code>.</li>
</ul>
<h2>v2.0.0-beta.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Rewrite in typescript by <a
href="https://github.com/j178"><code>@j178</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/76">j178/prek-action#76</a></li>
<li>Support prek.toml and .pre-commit-config.yml in cache key by <a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/65">j178/prek-action#65</a></li>
<li>Document that <code>--show-diff-on-failure --color=always</code> are
always prepended to prek invocation by <a
href="https://github.com/Copilot"><code>@Copilot</code></a> in <a
href="https://redirect.github.com/j178/prek-action/pull/75">j178/prek-action#75</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a> made
their first contribution in <a
href="https://redirect.github.com/j178/prek-action/pull/60">j178/prek-action#60</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/j178/prek-action/compare/v1.1.0...v2.0.0-beta.1">https://github.com/j178/prek-action/compare/v1.1.0...v2.0.0-beta.1</a></p>
<h2>v1.1.1</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek-action/commit/7ae2ccbf8a13e473b5a0f7d35e80b521bd2cef07"><code>7ae2ccb</code></a>
Use <code>prek-actioin@v2</code> in README</li>
<li><a
href="https://github.com/j178/prek-action/commit/7ebcc434e822dc479c8ead4a999fd4ff4bdd7000"><code>7ebcc43</code></a>
Update prek version manifest for prek 0.3.6 (<a
href="https://redirect.github.com/j178/prek-action/issues/98">#98</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/0ea225356f67fbf4725478d8d6b7f64d351b0cff"><code>0ea2253</code></a>
Improve manifest update PR details (<a
href="https://redirect.github.com/j178/prek-action/issues/97">#97</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/93b7a40e4470f03b1c35eb5dd362c3a2cbea6db7"><code>93b7a40</code></a>
Optimize Windows zip extraction (<a
href="https://redirect.github.com/j178/prek-action/issues/96">#96</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/1242fd6f95e4d76d4a39c4d0ddb29c6ef1e89165"><code>1242fd6</code></a>
Improve version resolution fast paths (<a
href="https://redirect.github.com/j178/prek-action/issues/94">#94</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/f0e45c533560593bb43a402aa87b786a0e78e4f8"><code>f0e45c5</code></a>
Simplify manifest version handling (<a
href="https://redirect.github.com/j178/prek-action/issues/92">#92</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/c1298271805437d923eda40611777290a9f30718"><code>c129827</code></a>
Clarify moving tag examples in README (<a
href="https://redirect.github.com/j178/prek-action/issues/93">#93</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/f90cb0a3f5ba012835dc874733aca8b63cf18b3b"><code>f90cb0a</code></a>
fix: skip cache save on exact primary key hit (<a
href="https://redirect.github.com/j178/prek-action/issues/91">#91</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/66f7bad1b43f081e441b3a4c1a6b9214a1064b65"><code>66f7bad</code></a>
ci(release): float minor tags and restrict to default branch (<a
href="https://redirect.github.com/j178/prek-action/issues/90">#90</a>)</li>
<li><a
href="https://github.com/j178/prek-action/commit/4e7ea35e4743ca1c8b503dec43c85ab328a2335f"><code>4e7ea35</code></a>
chore: remove zizmor github-env exception for action.yaml (<a
href="https://redirect.github.com/j178/prek-action/issues/89">#89</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek-action/compare/v1...v2">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 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>1 parent 2b86ddf commit 67edff0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments