Skip to content

Commit f0951ae

Browse files
Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#1282)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.7 to 7.0.8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.7...v7.0.8) --- 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>
1 parent 85d9c74 commit f0951ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smart-quotes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838

3939
- name: Create pull request
40-
uses: peter-evans/[email protected].7
40+
uses: peter-evans/[email protected].8
4141
with:
4242
title: 'Run smarten on demand'
4343
body: 'Run the smarten action to create smart quotes'

.github/workflows/update-on-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757

5858
- name: Create pull request
59-
uses: peter-evans/[email protected].7
59+
uses: peter-evans/[email protected].8
6060
if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success'
6161
with:
6262
title: "Automated Section renumber and grammar extraction"

0 commit comments

Comments
 (0)