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 }}"