Skip to content

Commit e0037d4

Browse files
build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#2702)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94b1f99 commit e0037d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- if: steps.fc.outputs.comment-id == ''
103103
name: Create comment
104-
uses: peter-evans/create-or-update-comment@v3
104+
uses: peter-evans/create-or-update-comment@v4
105105
with:
106106
issue-number: ${{ github.event.number }}
107107
body: |

.github/workflows/cpr-example-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
4343
4444
- name: Add reaction
45-
uses: peter-evans/create-or-update-comment@v3
45+
uses: peter-evans/create-or-update-comment@v4
4646
with:
4747
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
4848
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}

0 commit comments

Comments
 (0)