Skip to content

Commit ce65825

Browse files
renovate[bot]mateuszkwiecinski
authored andcommitted
Update peter-evans/create-or-update-comment action to v5
1 parent b911f29 commit ce65825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
issue-number: ${{ github.event.pull_request.number }}
6363
body-includes: Diffuse output
6464

65-
- uses: peter-evans/create-or-update-comment@v4
65+
- uses: peter-evans/create-or-update-comment@v5
6666
if: ${{ steps.diffuse.outputs.diff-raw != null || steps.find_comment.outputs.comment-id != null }}
6767
with:
6868
body: |

.github/workflows/dependencies.yml

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

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

0 commit comments

Comments
 (0)