Skip to content

Commit a8aec1e

Browse files
Bump peter-evans/create-or-update-comment from 4 to 5 (#2647)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5bf03c commit a8aec1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Comment formatting suggestions
6969
if: steps.runic.outputs.exit_code == 1
70-
uses: peter-evans/create-or-update-comment@v4
70+
uses: peter-evans/create-or-update-comment@v5
7171
with:
7272
comment-id: ${{ steps.find-comment.outputs.comment-id }}
7373
issue-number: ${{ github.event.pull_request.number }}
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Update stale comment
9191
if: steps.runic.outputs.exit_code == 0 && steps.find-comment.outputs.comment-id
92-
uses: peter-evans/create-or-update-comment@v4
92+
uses: peter-evans/create-or-update-comment@v5
9393
with:
9494
comment-id: ${{ steps.find-comment.outputs.comment-id }}
9595
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
body-includes: Benchmark Results
8282

8383
- name: Comment on PR
84-
uses: peter-evans/create-or-update-comment@v4
84+
uses: peter-evans/create-or-update-comment@v5
8585
# Can't post the comment for PRs opened from forks:
8686
# <https://github.com/peter-evans/create-or-update-comment/blob/fdb73c443d3a4f66832374f01fb9a713fad84937/README.md#action-inputs>.
8787
if: ${{ ! github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)