Skip to content

Commit

Permalink
Bump peter-evans/find-comment (#241)
Browse files Browse the repository at this point in the history
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from a66f4556a6b261f6add2b6e173c46c5a0dcef998 to b5a462800fb9b7a44da38965cd7281bf47a81fc6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/find-comment/commit/b5a462800fb9b7a44da38965cd7281bf47a81fc6"><code>b5a4628</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.17 to 18.19.18 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/292">#292</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/8186d8a104f99a69f4744fbaf2087c54453ed0cb"><code>8186d8a</code></a> build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/291">#291</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/99388f03ace760788fe55bb0e8c13317928d9c77"><code>99388f0</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.15 to 18.19.17 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/290">#290</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/965ec67be28a238ff2712d1fcabcfe472cabe875"><code>965ec67</code></a> build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/289">#289</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/f84ef0db626df2239a8a70dab416012f8e7caee4"><code>f84ef0d</code></a> build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/288">#288</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/5a23612f0cd087671a5c44b1a1c7668ef255c63c"><code>5a23612</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.14 to 18.19.15 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/287">#287</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/3eb0fded7dc3e53b80177aae9a15bb33654ba1f4"><code>3eb0fde</code></a> build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/286">#286</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/2af583946f49fbd3bc9d709b5e9da56b9970050a"><code>2af5839</code></a> build(deps): bump peter-evans/create-pull-request from 5 to 6 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/285">#285</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/b2a714ea77ca461805f92b01d18ec7faecedd80c"><code>b2a714e</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.10 to 18.19.14 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/284">#284</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/find-comment/compare/a66f4556a6b261f6add2b6e173c46c5a0dcef998...b5a462800fb9b7a44da38965cd7281bf47a81fc6">compare view</a></li>
</ul>
</details>
<br />

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`.

---

<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
dependabot[bot] authored Mar 1, 2024
1 parent 9dd8384 commit 49a3cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
- run: ls -R single-comments

- name: Find Comment
uses: peter-evans/find-comment@a66f4556a6b261f6add2b6e173c46c5a0dcef998
uses: peter-evans/find-comment@b5a462800fb9b7a44da38965cd7281bf47a81fc6
id: fc
with:
issue-number: ${{ github.event.number }}
Expand Down

0 comments on commit 49a3cbb

Please sign in to comment.