Skip to content

Commit 33f90a5

Browse files
build(deps): bump peter-evans/create-or-update-comment
PR-URL: #1293 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@23ff157...71345be) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 9f2ef82 commit 33f90a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check_required_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- name: 'Create a comment on the pull request informing the user whether the pull request is missing required files'
221221
if: steps.check-reviewers.outputs.is_stdlib_bot == 'true'
222222
# Pin action to full length commit SHA
223-
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
223+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
224224
with:
225225
# Specify the issue or pull request number:
226226
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/scaffold_pkg_via_branch_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: 'Add comment to pull request'
125125
if: steps.check-branch-name.outputs.issue-number != ''
126126
# Pin action to full length commit SHA
127-
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
127+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
128128
with:
129129
issue-number: ${{ steps.check-branch-name.outputs.issue-number }}
130130
body: |

.github/workflows/scaffold_pkg_via_pull_request_assignment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
# Add a comment to the pull request:
177177
- name: 'Add comment to pull request'
178178
# Pin action to full length commit SHA
179-
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
179+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
180180
env:
181181
HEAD_REF: ${{ github.event.pull_request.head.ref }}
182182
with:
@@ -276,7 +276,7 @@ jobs:
276276
# Add comment to the pull request:
277277
- name: 'Add comment to pull request'
278278
# Pin action to full length commit SHA
279-
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.0.2
279+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v3.0.2
280280
with:
281281
issue-number: ${{ github.event.pull_request.number }}
282282
body: |

0 commit comments

Comments
 (0)