Skip to content

Commit f0d603f

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

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
@@ -82,7 +82,7 @@ jobs:
8282
body-includes: '<!-- MODIFIED_CONTENT_LINKING_COMMENT -->'
8383

8484
- name: Update comment
85-
uses: peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd
85+
uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
8686
with:
8787
comment-id: ${{ steps.findComment.outputs.comment-id }}
8888
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@c9fcb64660bc90ec1cc535646af190c992007c32
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@c9fcb64660bc90ec1cc535646af190c992007c32
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
@@ -18,7 +18,7 @@ jobs:
1818
github.repository == 'github/docs-internal'
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd
21+
- uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2424
with:

0 commit comments

Comments
 (0)