Skip to content

Commit

Permalink
Bump brokenpip3/action-pre-commit-update from 0.0.1 to 0.0.2 (#262)
Browse files Browse the repository at this point in the history
Bumps
[brokenpip3/action-pre-commit-update](https://github.com/brokenpip3/action-pre-commit-update)
from 0.0.1 to 0.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/e8d07b1bfba89898d9d9735e76724f3a63df4a78"><code>e8d07b1</code></a>
set freeze enabled by default</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/343bf5612104d80685772411241e688ce3a07aaf"><code>343bf56</code></a>
Merge pull request <a
href="https://redirect.github.com/brokenpip3/action-pre-commit-update/issues/4">#4</a>
from brokenpip3/dependabot/github_actions/main/peter-ev...</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/2c169f693a27f71001869d14532cdcc0758723b1"><code>2c169f6</code></a>
Bump peter-evans/create-pull-request from 6 to 7</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/1a467f523821cbd9a3ab1641b1181104d57f39d6"><code>1a467f5</code></a>
Merge pull request <a
href="https://redirect.github.com/brokenpip3/action-pre-commit-update/issues/3">#3</a>
from brokenpip3/dependabot/github_actions/main/peter-ev...</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/5ce8b2c469581e5737743fb90bda9c5ff6007afc"><code>5ce8b2c</code></a>
Bump peter-evans/create-pull-request from 5 to 6</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/351e058b567fb6abf0ed3f3b732046b89f57e9dc"><code>351e058</code></a>
Merge pull request <a
href="https://redirect.github.com/brokenpip3/action-pre-commit-update/issues/2">#2</a>
from brokenpip3/dependabot/github_actions/main/actions/...</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/765f3af18cc865c64ceabcc4a704fa5ffb697a68"><code>765f3af</code></a>
Bump actions/setup-python from 4 to 5</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/6f12983a44c61b265585447fb5c875bf8e5b6cd3"><code>6f12983</code></a>
Merge pull request <a
href="https://redirect.github.com/brokenpip3/action-pre-commit-update/issues/1">#1</a>
from brokenpip3/dependabot/github_actions/main/actions/...</li>
<li><a
href="https://github.com/brokenpip3/action-pre-commit-update/commit/b1830470e8cde45675616c6b1b5fd8f178c8f64e"><code>b183047</code></a>
Bump actions/checkout from 3 to 4</li>
<li>See full diff in <a
href="https://github.com/brokenpip3/action-pre-commit-update/compare/0.0.1...0.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=brokenpip3/action-pre-commit-update&package-manager=github_actions&previous-version=0.0.1&new-version=0.0.2)](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>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 3d9fdc4 commit ff70baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Update pre-commit hooks
uses: brokenpip3/action-pre-commit-update@0.0.1
uses: brokenpip3/action-pre-commit-update@0.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff70baa

Please sign in to comment.