Skip to content

Commit 6920734

Browse files
Bump peter-evans/create-or-update-comment from 1 to 4
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v1...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f71cfe0 commit 6920734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
# create/update comment
5151
- name: create comment
5252
if: ${{ steps.fc.outputs.comment-id == 0 }}
53-
uses: peter-evans/create-or-update-comment@v1
53+
uses: peter-evans/create-or-update-comment@v4
5454
with:
5555
issue-number: ${{ steps.output-pull-request-number.outputs.body }}
5656
body: ${{ steps.output-result-markdown.outputs.body }}
5757
- name: update comment
5858
if: ${{ steps.fc.outputs.comment-id != 0 }}
59-
uses: peter-evans/create-or-update-comment@v1
59+
uses: peter-evans/create-or-update-comment@v4
6060
with:
6161
comment-id: ${{ steps.fc.outputs.comment-id }}
6262
body: ${{ steps.output-result-markdown.outputs.body }}

0 commit comments

Comments
 (0)