From 9ee4762545be4cc0c686002da0ae4cf3bb9d010c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:19:02 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 7 to 8 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/collect_fees.yaml | 2 +- .github/workflows/get_mimic_report.yaml | 2 +- .github/workflows/trigger_fee_collection.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/collect_fees.yaml b/.github/workflows/collect_fees.yaml index ae208cf0..31832760 100644 --- a/.github/workflows/collect_fees.yaml +++ b/.github/workflows/collect_fees.yaml @@ -61,7 +61,7 @@ jobs: - name: Create PR id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "task: new ${{ inputs.protocol_version }} fees report ending ${{ inputs.end_day }}" title: "Manual ${{ inputs.protocol_version }} Fee Report ending ${{ inputs.end_day }}" diff --git a/.github/workflows/get_mimic_report.yaml b/.github/workflows/get_mimic_report.yaml index 412c98e8..1243a50d 100644 --- a/.github/workflows/get_mimic_report.yaml +++ b/.github/workflows/get_mimic_report.yaml @@ -38,7 +38,7 @@ jobs: run: echo "RUN_DATE=$(date +%Y%m%d)" >> $GITHUB_ENV - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore: new mimic fees report for period ending ${{ env.RUN_DATE }}" title: "Biweekly Mimic data ending ${{ env.RUN_DATE }}" diff --git a/.github/workflows/trigger_fee_collection.yaml b/.github/workflows/trigger_fee_collection.yaml index 871d4d1f..cefb24d5 100644 --- a/.github/workflows/trigger_fee_collection.yaml +++ b/.github/workflows/trigger_fee_collection.yaml @@ -98,7 +98,7 @@ jobs: - name: Create PR id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "task: new fees report ending ${{ steps.get-date.outputs.end-date }}" title: "Biweekly Fee Report ending ${{ steps.get-date.outputs.end-date }}"