Skip to content

Commit 9adc462

Browse files
Merge pull request #471 from usefulness/renovate/peter-evans-create-or-update-comment-5.x
Update peter-evans/create-or-update-comment action to v5
2 parents 7dd70dd + f3e72c9 commit 9adc462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
issue-number: ${{ github.event.pull_request.number }}
4848
body-includes: Dependency diff
4949

50-
- uses: peter-evans/create-or-update-comment@v4
50+
- uses: peter-evans/create-or-update-comment@v5
5151
if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }}
5252
with:
5353
body: |

.github/workflows/run_diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
issue-number: ${{ github.event.pull_request.number }}
5151
body-includes: Diffuse output
5252

53-
- uses: peter-evans/create-or-update-comment@v4
53+
- uses: peter-evans/create-or-update-comment@v5
5454
if: ${{ steps.diffuse.outputs.diff-gh-comment != null || steps.find_comment.outputs.comment-id != null }}
5555
with:
5656
body: |

0 commit comments

Comments
 (0)