Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 (#188)
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 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent dda14d2 commit 68545c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Request a PR to commit changes
if: ${{ github.repository_owner == 'masesgroup' }} # do not push any changes outside main repo
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch-suffix: short-commit-hash
add-paths: .\*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reflect_test_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ jobs:

- name: Request a PR to commit changes
if: ${{ github.repository_owner == 'masesgroup' }} # do not push any changes outside main repo or GeneratePR is false
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch-suffix: short-commit-hash
add-paths: |
Expand Down

0 comments on commit 68545c1

Please sign in to comment.