Skip to content

Commit 1eeda00

Browse files
Chore(deps): Bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 (#822)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a84612f commit 1eeda00

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/fix-pr-command.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Append comment with job run link
6363
id: first-comment-action
64-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
64+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
6565
with:
6666
comment-id: ${{ github.event.inputs.comment-id }}
6767
issue-number: ${{ github.event.inputs.pr }}
@@ -150,7 +150,7 @@ jobs:
150150
git push contributor HEAD:${{ steps.vars.outputs.pr-source-git-branch }}
151151
152152
- name: Append success comment
153-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
153+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
154154
if: steps.git-diff.outputs.changes == 'true' || steps.git-diff-2.outputs.changes == 'true'
155155
with:
156156
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}
@@ -159,7 +159,7 @@ jobs:
159159
> ✅ Changes applied successfully.
160160
161161
- name: Append success comment (no-op)
162-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
162+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
163163
if: steps.git-diff.outputs.changes != 'true' && steps.git-diff-2.outputs.changes != 'true'
164164
with:
165165
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}
@@ -168,7 +168,7 @@ jobs:
168168
> 🟦 Job completed successfully (no changes).
169169
170170
- name: Append failure comment
171-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
171+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
172172
if: failure()
173173
with:
174174
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}

.github/workflows/poetry-lock-command.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Append comment with job run link
7171
id: first-comment-action
72-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
72+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
7373
with:
7474
comment-id: ${{ github.event.inputs.comment-id }}
7575
issue-number: ${{ github.event.inputs.pr }}
@@ -118,7 +118,7 @@ jobs:
118118
git push contributor HEAD:${{ steps.vars.outputs.pr-source-git-branch }}
119119
120120
- name: Append success comment
121-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
121+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
122122
if: steps.git-diff.outputs.changes == 'true'
123123
with:
124124
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}
@@ -127,7 +127,7 @@ jobs:
127127
> ✅ `poetry lock` applied successfully.
128128
129129
- name: Append success comment (no-op)
130-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
130+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
131131
if: steps.git-diff.outputs.changes != 'true'
132132
with:
133133
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}
@@ -136,7 +136,7 @@ jobs:
136136
> 🟦 Job completed successfully (no changes).
137137
138138
- name: Append failure comment
139-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
139+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
140140
if: failure()
141141
with:
142142
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}

.github/workflows/slash_command_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Edit comment with error message
4545
if: steps.dispatch.outputs.error-message
46-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
46+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
4747
with:
4848
comment-id: ${{ github.event.comment.id }}
4949
body: |

.github/workflows/test-pr-command.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Append comment with job run link
3737
id: first-comment-action
38-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
38+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
3939
with:
4040
comment-id: ${{ github.event.inputs.comment-id }}
4141
issue-number: ${{ github.event.inputs.pr }}
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-latest
163163
steps:
164164
- name: Append success comment
165-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
165+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
166166
with:
167167
issue-number: ${{ github.event.inputs.pr }}
168168
comment-id: ${{ github.event.inputs.comment-id }}
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-latest
179179
steps:
180180
- name: Append failure comment
181-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
181+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
182182
with:
183183
issue-number: ${{ github.event.inputs.pr }}
184184
comment-id: ${{ github.event.inputs.comment-id }}

.github/workflows/welcome-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
branch_name: ${{ steps.vars.outputs.pr-source-git-branch }}
4545
4646
- name: Create comment
47-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
47+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
4848
with:
4949
issue-number: ${{ github.event.pull_request.number }}
5050
body: ${{ steps.template.outputs.result }}

0 commit comments

Comments
 (0)