Skip to content

Commit ceb16ef

Browse files
build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
PR-URL: #4431 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@5e91468...67ccf78) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... 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 84a55ff commit ceb16ef

13 files changed

+13
-13
lines changed

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() )
465465
id: cpr
466466
# Pin action to full length commit SHA
467-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
467+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
468468
with:
469469
title: 'style: fix lint errors'
470470
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
@@ -150,7 +150,7 @@ jobs:
150150
id: cpr
151151
if: steps.svg-equations.outputs.changed == 'true' || steps.equation-elements.outputs.changed == 'true'
152152
# Pin action to full length commit SHA
153-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
153+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
154154
with:
155155
title: 'docs: update Markdown equation elements'
156156
body: |

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
id: cpr
137137
if: steps.update-markdown-pkg-urls.outputs.changed == 'true'
138138
# Pin action to full length commit SHA
139-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
139+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
140140
with:
141141
title: 'docs: update Markdown stdlib package URLs'
142142
body: |

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
id: cpr
149149
if: steps.update-related-packages.outputs.changed == 'true'
150150
# Pin action to full length commit SHA
151-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
151+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
152152
with:
153153
title: 'docs: update related packages sections'
154154
body: |

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: 'Create pull request'
119119
id: cpr
120120
# Pin action to full length commit SHA
121-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
121+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
122122
with:
123123
title: 'docs: update namespace table of contents'
124124
body: |

.github/workflows/namespace_declarations.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
id: cpr
106106
# Pin action to full length commit SHA
107-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
107+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
108108
with:
109109
title: 'feat: update namespace TypeScript declarations'
110110
body: |

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: 'Create pull request'
126126
id: cpr
127127
# Pin action to full length commit SHA
128-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
128+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
129129
with:
130130
title: 'feat: update namespace exports'
131131
body: |

.github/workflows/scaffold_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Create a pull request:
7070
- name: 'Create pull request'
7171
# Pin action to full length commit SHA
72-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
72+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
7373
with:
7474
token: ${{ secrets.PULL_REQUEST_TOKEN }}
7575
commit-message: 'feat: add `${{ steps.scaffold.outputs.alias }}`'

.github/workflows/update_cli_permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: 'Create pull request'
9595
id: cpr
9696
# Pin action to full length commit SHA
97-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
97+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
9898
with:
9999
title: 'fix: make CLI scripts executable'
100100
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
@@ -96,7 +96,7 @@ jobs:
9696
- name: 'Create pull request'
9797
if: steps.update-contributors.outputs.changed == 'true'
9898
# Pin action to full length commit SHA
99-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
99+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
100100
id: cpr
101101
with:
102102
title: 'docs: update list of contributors'

0 commit comments

Comments
 (0)