Skip to content

Commit 28c236c

Browse files
build(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0
PR-URL: #8334 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 3dfa346 commit 28c236c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check_required_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
# Create a comment on the pull request informing the user whether the pull request is missing required files:
198198
- name: 'Create a comment on the pull request informing the user whether the pull request is missing required files'
199199
# Pin action to full length commit SHA
200-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
200+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
201201
with:
202202
# Specify the issue or pull request number:
203203
issue-number: ${{ inputs.pull_request_number }}

.github/workflows/generate_pr_commit_message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Post commit message as PR comment:
9595
- name: 'Post commit message as PR comment'
9696
# Pin action to full length commit SHA
97-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
97+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
9898
with:
9999
token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
100100
comment-id: ${{ steps.fc.outputs.comment-id }}

.github/workflows/slash_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
# Create a comment on the pull request informing the user of available slash commands:
227227
- name: 'Create a comment on the pull request informing the user of available slash commands'
228228
# Pin action to full length commit SHA
229-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
229+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
230230
with:
231231
# Specify the issue or pull request number:
232232
issue-number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)