File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
issue-number : ${{ github.event.pull_request.number }}
45
45
body-includes : Dependency diff (JVM)
46
46
47
- - uses : peter-evans/create-or-update-comment@v4
47
+ - uses : peter-evans/create-or-update-comment@v5
48
48
if : ${{ steps.dependency-diff-jvm.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }}
49
49
with :
50
50
body : |
93
93
issue-number : ${{ github.event.pull_request.number }}
94
94
body-includes : Dependency diff (Android)
95
95
96
- - uses : peter-evans/create-or-update-comment@v4
96
+ - uses : peter-evans/create-or-update-comment@v5
97
97
if : ${{ steps.dependency-diff-android.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }}
98
98
with :
99
99
body : |
Original file line number Diff line number Diff line change 59
59
issue-number : ${{ github.event.pull_request.number }}
60
60
body-includes : Diffuse output
61
61
62
- - uses : peter-evans/create-or-update-comment@v4
62
+ - uses : peter-evans/create-or-update-comment@v5
63
63
if : ${{ steps.diffuse.outputs.diff-gh-comment != null || steps.find_comment.outputs.comment-id != null }}
64
64
with :
65
65
body : |
You can’t perform that action at this time.
0 commit comments