Skip to content

Commit

Permalink
Merge pull request #431 from BalancerMaxis/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…peter-evans/create-pull-request-7

chore(deps): bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
gosuto-inzasheru authored Sep 3, 2024
2 parents 4cebcb4 + d9004c3 commit 15df8a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_addressbooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git add -A
- name: pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Scheduled update from changes to monorepo"
title: "Scheduled update from changes to monorepo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_core_pools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git add -A
- name: pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Scheduled updates to Core Pools list"
title: "Scheduled updates to Core Pools list"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git add -A
- name: pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Scheduled update from changes to monorepo"
title: "Scheduled update from changes to monorepo"
Expand Down

0 comments on commit 15df8a6

Please sign in to comment.