Skip to content

Commit 1d68f2e

Browse files
ci: bump peter-evans/create-or-update-comment from 4 to 5 (#819)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17c7f9c commit 1d68f2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/git-command.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: hmarr/[email protected]
1717

1818
- name: Add Workflow link to command comment
19-
uses: peter-evans/create-or-update-comment@v4
19+
uses: peter-evans/create-or-update-comment@v5
2020
with:
2121
token: ${{ secrets.GIT_PAT }}
2222
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -55,7 +55,7 @@ jobs:
5555
uses: ./.github/actions-hub/actions/git-push
5656

5757
- name: Add reaction to command comment
58-
uses: peter-evans/create-or-update-comment@v4
58+
uses: peter-evans/create-or-update-comment@v5
5959
if: always()
6060
with:
6161
token: ${{ secrets.GIT_PAT }}
@@ -71,7 +71,7 @@ jobs:
7171
timeout-minutes: 1
7272
steps:
7373
- name: Update comment
74-
uses: peter-evans/create-or-update-comment@v4
74+
uses: peter-evans/create-or-update-comment@v5
7575
with:
7676
token: ${{ secrets.GIT_PAT }}
7777
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/slash-command-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: hmarr/[email protected]
1717

1818
- name: "React to comment"
19-
uses: peter-evans/create-or-update-comment@v4
19+
uses: peter-evans/create-or-update-comment@v5
2020
with:
2121
token: ${{ secrets.GIT_PAT }}
2222
comment-id: ${{ github.event.comment.id }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: "Edit comment with error message"
5252
if: steps.determine_command.outputs.command-state != 'known'
53-
uses: peter-evans/create-or-update-comment@v4
53+
uses: peter-evans/create-or-update-comment@v5
5454
with:
5555
token: ${{ secrets.GIT_PAT }}
5656
comment-id: ${{ github.event.comment.id }}

0 commit comments

Comments
 (0)