Skip to content

Commit

Permalink
Merge pull request #1661 from mikel-brostrom/renovate/peter-evans-cre…
Browse files Browse the repository at this point in the history
…ate-pull-request-7.x

Update peter-evans/create-pull-request action to v7
  • Loading branch information
mikel-brostrom authored Sep 21, 2024
2 parents d9e8756 + 5b320ed commit f43656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
# Create a pull request (PR)
- name: Create Pull Request
if: steps.check_changes.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.BRANCH_NAME }} # Use the created branch
Expand Down

0 comments on commit f43656e

Please sign in to comment.