Skip to content

Commit

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

Bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
gosuto-inzasheru authored Sep 4, 2024
2 parents 9e622a9 + ae651ae commit ffeaaf6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_add_rewards_payload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: ${{ env.PR_TITLE }}
body: ${{ env.PR_BODY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/erc20_transfer_payload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "::set-output name=branch::${{ github.job }}-$(date +'%Y%m%d%H%M%S')"
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: ${{ env.PR_TITLE }}
body: ${{ env.PR_BODY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_STIP_PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "STIP Payment Payload"
title: "STIP Distribution Payload"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Combined JSON Payloads ${{ github.event.inputs.directory }}"
title: "Combined JSON payloads ${{ github.event.inputs.directory }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post_aura_gauge_votes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "task: vlaura vote report for ${{ steps.week-string.outputs.week-string }}"
title: "vlaura vote report for ${{ steps.week-string.outputs.week-string }}"
Expand Down

0 comments on commit ffeaaf6

Please sign in to comment.