Skip to content

Commit f3e72c9

Browse files
Update peter-evans/create-or-update-comment action to v5
1 parent 3a34215 commit f3e72c9

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)