Skip to content

Commit bca16fd

Browse files
Bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 (#57860)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 530e41f commit bca16fd

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/comment-release-note-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event.pull_request.user.login != 'release-controller[bot]' && github.repository == 'github/docs-internal'
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
24+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2525
with:
2626
issue-number: ${{ github.event.pull_request.number }}
2727
body: |

.github/workflows/dont-delete-assets.yml

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

5252
- name: Update comment
5353
if: ${{ steps.comment.outputs.markdown != '' }}
54-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
54+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
5555
with:
5656
comment-id: ${{ steps.findComment.outputs.comment-id }}
5757
issue-number: ${{ github.event.number }}

.github/workflows/dont-delete-features.yml

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

5252
- name: Update comment
5353
if: ${{ steps.comment.outputs.markdown != '' }}
54-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
54+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
5555
with:
5656
comment-id: ${{ steps.findComment.outputs.comment-id }}
5757
issue-number: ${{ github.event.number }}

.github/workflows/needs-sme-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check out repo
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626

27-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
27+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2828
with:
2929
issue-number: ${{ github.event.issue.number }}
3030
body: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Check out repo
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545

46-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
46+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
4747
with:
4848
issue-number: ${{ github.event.pull_request.number }}
4949
body: |

.github/workflows/notify-about-deployment.yml

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

5757
- name: Update comment
5858
if: ${{ steps.get-number.outputs.number != '' }}
59-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
59+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
6060
with:
6161
comment-id: ${{ steps.findComment.outputs.comment-id }}
6262
issue-number: ${{ steps.get-number.outputs.number }}

.github/workflows/readability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Create or update readability comment
9292
if: ${{ steps.changed_files.outputs.filtered_changed_files && steps.read_report.outputs.report }}
93-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
93+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
9494
with:
9595
comment-id: ${{ steps.findComment.outputs.comment-id }}
9696
issue-number: ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }}

.github/workflows/review-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
6666
run: npm run content-changes-table-comment
6767
- name: Update comment
68-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
68+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
6969
with:
7070
comment-id: ${{ steps.findComment.outputs.comment-id }}
7171
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/site-policy-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github.repository == 'github/docs-internal'
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
22+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2525
with:

0 commit comments

Comments
 (0)