Skip to content

Commit dc7c63e

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

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
@@ -540,7 +540,7 @@ jobs:
540540
if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() )
541541
id: cpr
542542
# Pin action to full length commit SHA
543-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
543+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
544544
with:
545545
title: 'style: fix lint errors'
546546
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
161+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
146+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
158+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
124+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
131+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
100+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
107+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
162+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
127+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
128128
with:
129129
title: 'feat: update math scaffold databases'
130130
body: |

0 commit comments

Comments
 (0)