Skip to content

Commit 8daba39

Browse files
ci: bump peter-evans/create-or-update-comment from 4 to 5 (#637)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5494928 commit 8daba39

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/fm-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 1
2323
steps:
2424
- name: Update comment
25-
uses: peter-evans/create-or-update-comment@v4
25+
uses: peter-evans/create-or-update-comment@v5
2626
with:
2727
token: ${{ secrets.GIT_PAT }}
2828
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/follow-merge-upstream-repo-sync-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Add Workflow link to chat ops command comment
3030
if: github.event.client_payload.github.payload.comment.id && github.event.client_payload.github.payload.repository.full_name
31-
uses: peter-evans/create-or-update-comment@v4
31+
uses: peter-evans/create-or-update-comment@v5
3232
with:
3333
token: ${{ secrets.GIT_PAT }}
3434
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -212,7 +212,7 @@ jobs:
212212

213213
- name: Add reaction to chat ops command comment
214214
if: always() && github.event.client_payload.github.payload.comment.id && github.event.client_payload.github.payload.repository.full_name
215-
uses: peter-evans/create-or-update-comment@v4
215+
uses: peter-evans/create-or-update-comment@v5
216216
with:
217217
token: ${{ secrets.GIT_PAT }}
218218
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/jira-command.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: hmarr/debug-action@v3.0.0
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 }}
@@ -64,7 +64,7 @@ jobs:
6464
type: ${{ github.event.client_payload.slash_command.args.unnamed.arg2 || 'task' }}
6565

6666
- name: Add reaction to command comment on success
67-
uses: peter-evans/create-or-update-comment@v4
67+
uses: peter-evans/create-or-update-comment@v5
6868
with:
6969
token: ${{ secrets.GIT_PAT }}
7070
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -74,7 +74,7 @@ jobs:
7474
reactions: "+1"
7575

7676
- name: Add reaction to command comment on failure
77-
uses: peter-evans/create-or-update-comment@v4
77+
uses: peter-evans/create-or-update-comment@v5
7878
if: failure()
7979
with:
8080
token: ${{ secrets.GIT_PAT }}
@@ -91,7 +91,7 @@ jobs:
9191
timeout-minutes: 1
9292
steps:
9393
- name: Update comment
94-
uses: peter-evans/create-or-update-comment@v4
94+
uses: peter-evans/create-or-update-comment@v5
9595
with:
9696
token: ${{ secrets.GIT_PAT }}
9797
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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: hmarr/debug-action@v3.0.0
2222

2323
- name: "React to comment"
24-
uses: peter-evans/create-or-update-comment@v4
24+
uses: peter-evans/create-or-update-comment@v5
2525
with:
2626
token: ${{ secrets.GIT_PAT }}
2727
comment-id: ${{ github.event.comment.id }}
@@ -55,7 +55,7 @@ jobs:
5555

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

0 commit comments

Comments
 (0)