Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.2 (
Browse files Browse the repository at this point in the history
…#423)

* chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.2

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@c5a7806...d121e62)

---
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]>

* ci: enabled sign-commits for update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Kenward <[email protected]>
  • Loading branch information
dependabot[bot] and andykenward authored Sep 15, 2024
1 parent 7c27466 commit 93ce31d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 #v7.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: update payloads'
sign-commits: true
branch: 'chore/update-payloads'
delete-branch: true
title: 'chore: update payloads'
Expand All @@ -51,10 +52,11 @@ jobs:
run: pnpm run tsc:types
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 #v7.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: update types'
sign-commits: true
branch: 'chore/types'
delete-branch: true
title: 'chore: update types'
Expand Down

0 comments on commit 93ce31d

Please sign in to comment.