Skip to content

Commit cf911f1

Browse files
build(deps): bump peter-evans/create-or-update-comment (#440)
Bumps the github-actions group with 1 update: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a83c4c0 commit cf911f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
body: ${{ steps.template.outputs.result }}
7979

8080
- name: Add reaction
81-
uses: peter-evans/create-or-update-comment@v4
81+
uses: peter-evans/create-or-update-comment@v5
8282
with:
8383
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
8484
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}

.github/workflows/test-v3.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
# Test create
1010
- name: Create comment
11-
uses: peter-evans/create-or-update-comment@v4
11+
uses: peter-evans/create-or-update-comment@v5
1212
id: couc
1313
with:
1414
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Test update
2525
- name: Update comment
26-
uses: peter-evans/create-or-update-comment@v4
26+
uses: peter-evans/create-or-update-comment@v5
2727
with:
2828
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
2929
comment-id: ${{ steps.couc.outputs.comment-id }}
@@ -34,15 +34,15 @@ jobs:
3434

3535
# Test add reactions
3636
- name: Add reactions
37-
uses: peter-evans/create-or-update-comment@v4
37+
uses: peter-evans/create-or-update-comment@v5
3838
with:
3939
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
4040
comment-id: ${{ steps.couc.outputs.comment-id }}
4141
reactions: heart, hooray, laugh
4242

4343
# Test create with body from file
4444
- name: Create comment
45-
uses: peter-evans/create-or-update-comment@v4
45+
uses: peter-evans/create-or-update-comment@v5
4646
with:
4747
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
4848
issue-number: 1
@@ -59,7 +59,7 @@ jobs:
5959
bar: that
6060
6161
- name: Create comment
62-
uses: peter-evans/create-or-update-comment@v4
62+
uses: peter-evans/create-or-update-comment@v5
6363
with:
6464
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
6565
issue-number: 1

0 commit comments

Comments
 (0)