Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment in the dependencies group (#…
Browse files Browse the repository at this point in the history
…259)

Bumps the dependencies group with 1 update: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment).

Updates `peter-evans/create-or-update-comment` from 5e08535dbf140c83ed0490e2f480ce1b8f2334e0 to da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f"><code>da12db3</code></a> build(deps): bump chuhlomin/render-template from 1.9 to 1.10 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/328">#328</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/48bb05bd5554c378187694936d277d48652922e7"><code>48bb05b</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.29 to 18.19.31 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/327">#327</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/8d281ecfdf52405614030db6e4265486aa119f52"><code>8d281ec</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.26 to 18.19.29 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/326">#326</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/create-or-update-comment/compare/5e08535dbf140c83ed0490e2f480ce1b8f2334e0...da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 9f6d4a9 commit 678fe95
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@5e08535dbf140c83ed0490e2f480ce1b8f2334e0
uses: peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
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@5e08535dbf140c83ed0490e2f480ce1b8f2334e0
uses: peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
with:
comment-id: ${{ env.COMMENT_ID }}
Expand Down

0 comments on commit 678fe95

Please sign in to comment.