Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment (#249)
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4e4c9d2bf6469297d6559f2d6dd2491723ec8326 to 5e08535dbf140c83ed0490e2f480ce1b8f2334e0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/5e08535dbf140c83ed0490e2f480ce1b8f2334e0"><code>5e08535</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.23 to 18.19.26 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/325">#325</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/5add1d78860e6edf03ca5c3aba4b52a684c06bae"><code>5add1d7</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.21 to 18.19.23 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/322">#322</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/cddb6360ca21b43f052f9af35e35cb3233f3b5c5"><code>cddb636</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.19 to 18.19.21 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/321">#321</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/6ed4065eb052d8340343c3dd3202f7b6ebb1b2fd"><code>6ed4065</code></a> build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/320">#320</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/create-or-update-comment/compare/4e4c9d2bf6469297d6559f2d6dd2491723ec8326...5e08535dbf140c83ed0490e2f480ce1b8f2334e0">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 Apr 1, 2024
1 parent 915840a commit 7687fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
- name: Create comment
uses: peter-evans/create-or-update-comment@4e4c9d2bf6469297d6559f2d6dd2491723ec8326
uses: peter-evans/create-or-update-comment@5e08535dbf140c83ed0490e2f480ce1b8f2334e0
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
continue-on-error: true
with:
Expand All @@ -166,7 +166,7 @@ jobs:
edit-mode: replace

- name: Update comment
uses: peter-evans/create-or-update-comment@4e4c9d2bf6469297d6559f2d6dd2491723ec8326
uses: peter-evans/create-or-update-comment@5e08535dbf140c83ed0490e2f480ce1b8f2334e0
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
with:
comment-id: ${{ env.COMMENT_ID }}
Expand Down

0 comments on commit 7687fb0

Please sign in to comment.