Skip to content

Commit e19bac6

Browse files
authored
Merge pull request #273 from zongruxie4/dependabot/github_actions/peter-evans/create-or-update-comment-4.0.0
Bump peter-evans/create-or-update-comment from 2.0.0 to 4.0.0
2 parents 27b6469 + 7de4e18 commit e19bac6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@c9fcb64660bc90ec1cc535646af190c992007c32
86+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
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@c9fcb64660bc90ec1cc535646af190c992007c32
22+
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
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@c9fcb64660bc90ec1cc535646af190c992007c32
32+
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
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@c9fcb64660bc90ec1cc535646af190c992007c32
22+
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2525
with:

0 commit comments

Comments
 (0)