Skip to content

Commit bc3ed63

Browse files
chore(deps): bump j178/prek-action from 2.0.0 to 2.0.1 (#1005)
Bumps [j178/prek-action](https://github.com/j178/prek-action) from 2.0.0 to 2.0.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>Remove redundant show-verbose-logs empty-string guard by <a href="https://github.com/shaanmajid"><code>@​shaanmajid</code></a> in <a href="https://redirect.github.com/j178/prek-action/pull/112">j178/prek-action#112</a></li> <li>Rename action.yaml to action.yml by <a href="https://github.com/shaanmajid"><code>@​shaanmajid</code></a> in <a href="https://redirect.github.com/j178/prek-action/pull/113">j178/prek-action#113</a></li> <li>Update known versions for prek 0.3.8 by <a href="https://github.com/j178"><code>@​j178</code></a> in <a href="https://redirect.github.com/j178/prek-action/pull/114">j178/prek-action#114</a></li> <li>Remove update-known-versions job by <a href="https://github.com/j178"><code>@​j178</code></a> in <a href="https://redirect.github.com/j178/prek-action/pull/115">j178/prek-action#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/j178/prek-action/compare/v2...v2.0.1">https://github.com/j178/prek-action/compare/v2...v2.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j178/prek-action/commit/53276d8b0d10f8b6672aa85b4588c6921d0370cc"><code>53276d8</code></a> Remove update-known-versions job (<a href="https://redirect.github.com/j178/prek-action/issues/115">#115</a>)</li> <li><a href="https://github.com/j178/prek-action/commit/30566489ac4303d8671b5851ab5bdfd6e5d358ca"><code>3056648</code></a> Update known versions for prek 0.3.8 (<a href="https://redirect.github.com/j178/prek-action/issues/114">#114</a>)</li> <li><a href="https://github.com/j178/prek-action/commit/19250435f1b20ad798baeae3adde32de0bda70b1"><code>1925043</code></a> Rename action.yaml to action.yml (<a href="https://redirect.github.com/j178/prek-action/issues/113">#113</a>)</li> <li><a href="https://github.com/j178/prek-action/commit/dc795aab1847e1ef839a972a5f27b6438798c4ec"><code>dc795aa</code></a> Remove redundant show-verbose-logs empty-string guard (<a href="https://redirect.github.com/j178/prek-action/issues/112">#112</a>)</li> <li>See full diff in <a href="https://github.com/j178/prek-action/compare/79f765515bd648eb4d6bb1b17277b7cb22cb6468...53276d8b0d10f8b6672aa85b4588c6921d0370cc">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=j178/prek-action&package-manager=github_actions&previous-version=2.0.0&new-version=2.0.1)](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 33c952e commit bc3ed63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
wget https://github.com/duckdb/duckdb/releases/download/v${{ env.DUCKDB_VERSION }}/libduckdb-linux-amd64.zip
7070
unzip libduckdb-linux-amd64.zip -d /opt/duckdb
7171
rm libduckdb-linux-amd64.zip
72-
- uses: j178/prek-action@79f765515bd648eb4d6bb1b17277b7cb22cb6468 # v2.0.0
72+
- uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
7373
- name: Test
7474
run: cargo test
7575
validate:

0 commit comments

Comments
 (0)