Skip to content

Commit 27574e0

Browse files
Bump the github-actions group with 2 updates (#268)
Bumps the github-actions group with 2 updates: [peter-evans/find-comment](https://github.com/peter-evans/find-comment) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `peter-evans/find-comment` from b383afd667691860cbc502904e846e74cf1bac33 to dcea681ee91459b3d3d0439f862bf74d178ec375 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/find-comment/commit/dcea681ee91459b3d3d0439f862bf74d178ec375"><code>dcea681</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.33 to 18.19.34 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/306">#306</a>)</li> <li><a href="https://github.com/peter-evans/find-comment/commit/a7867c7508620c2fc84a53cf6d7d9d72739908b8"><code>a7867c7</code></a> build(deps-dev): bump prettier from 3.3.0 to 3.3.1 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/305">#305</a>)</li> <li><a href="https://github.com/peter-evans/find-comment/commit/1e1cf91aa3e129e79466cb0247c15f348b3d216d"><code>1e1cf91</code></a> build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/304">#304</a>)</li> <li>See full diff in <a href="https://github.com/peter-evans/find-comment/compare/b383afd667691860cbc502904e846e74cf1bac33...dcea681ee91459b3d3d0439f862bf74d178ec375">compare view</a></li> </ul> </details> <br /> Updates `peter-evans/create-or-update-comment` from 8da4c50e7142257262c9df90da4e74a59068c038 to 9bb5d837b91928730a318c22b99b9f42a0f005e1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/9bb5d837b91928730a318c22b99b9f42a0f005e1"><code>9bb5d83</code></a> build(deps-dev): bump <code>@�types/node</code> from 18.19.33 to 18.19.34 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/333">#333</a>)</li> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/83aca4d345ff89cee171241b756423ac2e050544"><code>83aca4d</code></a> build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/332">#332</a>)</li> <li>See full diff in <a href="https://github.com/peter-evans/create-or-update-comment/compare/8da4c50e7142257262c9df90da4e74a59068c038...9bb5d837b91928730a318c22b99b9f42a0f005e1">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>
1 parent 6e53c96 commit 27574e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- run: ls -R single-comments
230230

231231
- name: Find Comment
232-
uses: peter-evans/find-comment@b383afd667691860cbc502904e846e74cf1bac33
232+
uses: peter-evans/find-comment@dcea681ee91459b3d3d0439f862bf74d178ec375
233233
id: fc
234234
with:
235235
issue-number: ${{ github.event.number }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
158158
159159
- name: Create comment
160-
uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038
160+
uses: peter-evans/create-or-update-comment@9bb5d837b91928730a318c22b99b9f42a0f005e1
161161
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
162162
continue-on-error: true
163163
with:
@@ -166,7 +166,7 @@ jobs:
166166
edit-mode: replace
167167

168168
- name: Update comment
169-
uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038
169+
uses: peter-evans/create-or-update-comment@9bb5d837b91928730a318c22b99b9f42a0f005e1
170170
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
171171
with:
172172
comment-id: ${{ env.COMMENT_ID }}

0 commit comments

Comments
 (0)