Skip to content

Commit 471e113

Browse files
committed
Update action versions and increase timeout
1 parent 687fdd2 commit 471e113

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
- name: 'Create pull request'
379379
if: ${{ github.event.inputs.fix }} && ( success() || failure() )
380380
id: cpr
381-
uses: peter-evans/create-pull-request@v3
381+
uses: peter-evans/create-pull-request@v4
382382
with:
383383
title: 'Fix lint errors'
384384
add-paths: ${{ steps.random-files.outputs.files }}

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: 'Create pull request'
134134
id: cpr
135135
if: steps.svg-equations.outputs.changed == 'true' || steps.equation-elements.outputs.changed == 'true'
136-
uses: peter-evans/create-pull-request@v3
136+
uses: peter-evans/create-pull-request@v4
137137
with:
138138
title: 'Update Markdown equation elements'
139139
body: |

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: results
8484
with:
8585
exclude: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules
86-
timeout-minutes: 120
86+
timeout-minutes: 240
8787

8888
# Check whether links are included in `docs/links/database.json` and use the correct identifier:
8989
- name: 'Check links against database'

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Create a pull request with the updated tables of contents:
103103
- name: 'Create pull request'
104104
id: cpr
105-
uses: peter-evans/create-pull-request@v3
105+
uses: peter-evans/create-pull-request@v4
106106
with:
107107
title: 'Update namespace table of contents'
108108
body: |

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# Create a pull request with the updated declarations:
8787
- name: 'Create pull request'
8888
id: cpr
89-
uses: peter-evans/create-pull-request@v3
89+
uses: peter-evans/create-pull-request@v4
9090
with:
9191
title: 'Update namespace TypeScript declarations'
9292
body: |

.github/workflows/repl_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# Create a pull request with the updated documentation:
102102
- name: 'Create pull request'
103103
id: cpr
104-
uses: peter-evans/create-pull-request@v3
104+
uses: peter-evans/create-pull-request@v4
105105
with:
106106
title: 'Update REPL namespace'
107107
body: |

.github/workflows/scaffold_pkg_via_issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Create a pull request:
5555
- name: 'Create pull request'
5656
if: ${{ contains(github.event.comment.body, 'scaffold') }}
57-
uses: peter-evans/create-pull-request@v3
57+
uses: peter-evans/create-pull-request@v4
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
commit-message: Add `${{ steps.scaffold.outputs.alias }}`

0 commit comments

Comments
 (0)