Skip to content

Commit de0988b

Browse files
build(deps): bump peter-evans/create-pull-request from 7.0.9 to 8.0.0
PR-URL: #9469 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8caa497 commit de0988b

12 files changed

+12
-12
lines changed

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ jobs:
585585
if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() )
586586
id: cpr
587587
# Pin action to full length commit SHA
588-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
588+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
589589
with:
590590
title: 'style: fix lint errors'
591591
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
@@ -158,7 +158,7 @@ jobs:
158158
id: cpr
159159
if: steps.svg-equations.outputs.changed == 'true' || steps.equation-elements.outputs.changed == 'true'
160160
# Pin action to full length commit SHA
161-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
161+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
162162
with:
163163
title: 'docs: update Markdown equation elements'
164164
body: |

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
id: cpr
144144
if: steps.update-markdown-pkg-urls.outputs.changed == 'true'
145145
# Pin action to full length commit SHA
146-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
146+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
147147
with:
148148
title: 'docs: update Markdown stdlib package URLs'
149149
body: |

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
id: cpr
156156
if: steps.update-related-packages.outputs.changed == 'true'
157157
# Pin action to full length commit SHA
158-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
158+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
159159
with:
160160
title: 'docs: update related packages sections'
161161
body: |

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: 'Create pull request'
122122
id: cpr
123123
# Pin action to full length commit SHA
124-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
124+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
125125
with:
126126
title: 'docs: update namespace table of contents'
127127
body: |

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: 'Create pull request'
129129
id: cpr
130130
# Pin action to full length commit SHA
131-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
131+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
132132
with:
133133
title: 'feat: update namespace exports'
134134
body: |

.github/workflows/update_cli_permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: 'Create pull request'
9898
id: cpr
9999
# Pin action to full length commit SHA
100-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
100+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
101101
with:
102102
title: 'fix: make CLI scripts executable'
103103
commit-message: 'fix: make CLI scripts executable'

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: 'Create pull request'
105105
if: steps.update-contributors.outputs.changed == 'true'
106106
# Pin action to full length commit SHA
107-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
107+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
108108
id: cpr
109109
with:
110110
title: 'docs: update list of contributors'

.github/workflows/update_error_databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
if: steps.check_changes.outputs.has_changes == 'true'
160160
id: cpr
161161
# Pin action to full length commit SHA
162-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
162+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
163163
with:
164164
title: 'feat: update error databases'
165165
body-path: /tmp/body.md

.github/workflows/update_math_scaffold_databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
if: steps.check_changes.outputs.has_changes == 'true'
125125
id: cpr
126126
# Pin action to full length commit SHA
127-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
127+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
128128
with:
129129
title: 'feat: update math scaffold databases'
130130
body: |

0 commit comments

Comments
 (0)