Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 3.4.1 to 7.0.6 (#1264)
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.4.1 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3.4.1...v7.0.6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent f577893 commit b4fb5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smart-quotes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: bash

- name: Create pull request
uses: peter-evans/create-pull-request@v3.4.1
uses: peter-evans/create-pull-request@v7.0.6
with:
title: 'Run smarten on demand'
body: 'Run the smarten action to create smart quotes'
2 changes: 1 addition & 1 deletion .github/workflows/update-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash

- name: Create pull request
uses: peter-evans/create-pull-request@v3.4.1
uses: peter-evans/create-pull-request@v7.0.6
if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success'
with:
title: "Automated Section renumber and grammar extraction"
Expand Down

0 comments on commit b4fb5cc

Please sign in to comment.