Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 6799d5b

Browse files
authored
Merge pull request #260 from BalancerMaxis/dependabot/github_actions/peter-evans/create-pull-request-8
chore(deps): bump peter-evans/create-pull-request from 7 to 8
2 parents b2d995e + 9ee4762 commit 6799d5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/collect_fees.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Create PR
6363
id: cpr
64-
uses: peter-evans/create-pull-request@v7
64+
uses: peter-evans/create-pull-request@v8
6565
with:
6666
commit-message: "task: new ${{ inputs.protocol_version }} fees report ending ${{ inputs.end_day }}"
6767
title: "Manual ${{ inputs.protocol_version }} Fee Report ending ${{ inputs.end_day }}"

.github/workflows/get_mimic_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "RUN_DATE=$(date +%Y%m%d)" >> $GITHUB_ENV
3939

4040
- name: Create Pull Request
41-
uses: peter-evans/create-pull-request@v7
41+
uses: peter-evans/create-pull-request@v8
4242
with:
4343
commit-message: "chore: new mimic fees report for period ending ${{ env.RUN_DATE }}"
4444
title: "Biweekly Mimic data ending ${{ env.RUN_DATE }}"

.github/workflows/trigger_fee_collection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Create PR
100100
id: cpr
101-
uses: peter-evans/create-pull-request@v7
101+
uses: peter-evans/create-pull-request@v8
102102
with:
103103
commit-message: "task: new fees report ending ${{ steps.get-date.outputs.end-date }}"
104104
title: "Biweekly Fee Report ending ${{ steps.get-date.outputs.end-date }}"

0 commit comments

Comments
 (0)