Skip to content

Commit 0b1005d

Browse files
authored
Merge pull request #10 from JuliaGraphs/dependabot/github_actions/peter-evans/create-or-update-comment-5
Bump peter-evans/create-or-update-comment from 4 to 5
2 parents 1cd2e42 + 20db42d commit 0b1005d

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
@@ -52,13 +52,13 @@ jobs:
5252
# create/update comment
5353
- name: create comment
5454
if: ${{ steps.fc.outputs.comment-id == 0 }}
55-
uses: peter-evans/create-or-update-comment@v4
55+
uses: peter-evans/create-or-update-comment@v5
5656
with:
5757
issue-number: ${{ steps.output-pull-request-number.outputs.body }}
5858
body: ${{ steps.output-result-markdown.outputs.body }}
5959
- name: update comment
6060
if: ${{ steps.fc.outputs.comment-id != 0 }}
61-
uses: peter-evans/create-or-update-comment@v4
61+
uses: peter-evans/create-or-update-comment@v5
6262
with:
6363
comment-id: ${{ steps.fc.outputs.comment-id }}
6464
body: ${{ steps.output-result-markdown.outputs.body }}

0 commit comments

Comments
 (0)