Skip to content

Commit 9c51af0

Browse files
Bump peter-evans/create-or-update-comment from 1.4.4 to 5.0.0
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1.4.4 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v1.4.4...e8674b0) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22f879a commit 9c51af0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/content-changes-table-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
body-includes: '<!-- MODIFIED_CONTENT_LINKING_COMMENT -->'
8484

8585
- name: Update comment
86-
uses: peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd
86+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
8787
with:
8888
comment-id: ${{ steps.findComment.outputs.comment-id }}
8989
issue-number: ${{ github.event.pull_request.number }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'issues') }}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
22+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2323
with:
2424
issue-number: ${{ github.event.issue.number }}
2525
body: |
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'pull_request_target') }}
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
32+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
3333
with:
3434
issue-number: ${{ github.event.pull_request.number }}
3535
body: |

.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@5221bf4aa615e5c6e95bb142f9673a9c791be2cd
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)