Skip to content

Commit b66f4e7

Browse files
authored
bump peter-evans/create-or-update-comment to 2.1.1 (github#33605)
1 parent de1ecbc commit b66f4e7

4 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Update comment
8686
if: ${{ steps.changes.outputs.changesTable != '' }}
87-
uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
87+
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
8888
with:
8989
comment-id: ${{ steps.findComment.outputs.comment-id }}
9090
issue-number: ${{ github.event.pull_request.number }}

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

+2-2
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@67dcc547d311b736a8e6c5c236542148a47adc3d
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@67dcc547d311b736a8e6c5c236542148a47adc3d
3333
with:
3434
issue-number: ${{ github.event.pull_request.number }}
3535
body: |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Update comment
5353
if: ${{ steps.get-number.outputs.number != '' }}
54-
uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
54+
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d
5555
with:
5656
comment-id: ${{ steps.findComment.outputs.comment-id }}
5757
issue-number: ${{ steps.get-number.outputs.number }}

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

+1-1
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@67dcc547d311b736a8e6c5c236542148a47adc3d
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2525
with:

0 commit comments

Comments
 (0)