Skip to content

Commit

Permalink
Merge pull request #255 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 13, 2024
2 parents a641e10 + f7d7190 commit b8bb9ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collect_fees.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python3 generate_merged_allocation_csv.py
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "task: new fees report ending ${{ github.events.inputs.end_day }}"
title: "Biweekly Fee Report ending ${{ github.events.inputs.end_day }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/collect_fees_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "feat: new fees report"
title: "New Fees Report"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/collect_fees_custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "feat: new fees report"
title: "New Fees Report"
Expand Down

0 comments on commit b8bb9ac

Please sign in to comment.