Skip to content

Commit 759d0f0

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 6470d27 + 96d2f3d commit 759d0f0

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
@@ -215,7 +215,7 @@ jobs:
215215
- name: 'Create a comment on the pull request informing the user whether the pull request is missing required files'
216216
if: steps.check-reviewers.outputs.is_stdlib_bot == 'true'
217217
# Pin action to full length commit SHA
218-
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
218+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
219219
with:
220220
# Specify the issue or pull request number:
221221
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
@@ -108,7 +108,7 @@ jobs:
108108
- name: 'Add comment to pull request'
109109
if: steps.check-branch-name.outputs.issue-number != ''
110110
# Pin action to full length commit SHA
111-
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
111+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
112112
with:
113113
issue-number: ${{ steps.check-branch-name.outputs.issue-number }}
114114
body: |

.github/workflows/scaffold_pkg_via_pull_request_assignment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
# Add a comment to the pull request:
169169
- name: 'Add comment to pull request'
170170
# Pin action to full length commit SHA
171-
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
171+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
172172
with:
173173
issue-number: ${{ github.event.pull_request.number }}
174174
body: |
@@ -262,7 +262,7 @@ jobs:
262262
# Add comment to the pull request:
263263
- name: 'Add comment to pull request'
264264
# Pin action to full length commit SHA corresponding to v3.0.2
265-
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
265+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2
266266
with:
267267
issue-number: ${{ github.event.pull_request.number }}
268268
body: |

0 commit comments

Comments
 (0)