Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 6d55b7b commit 3da74e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: ./rebuild_benchmark.sh
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
branch: benchmark
commit-message: 'new benchmark results'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
git fetch --tags --force && \
latest=$(git tag --sort=creatordate | tail -1) && \
sed -E -i "s/micromap = \"[^\"]+\"/micromap = \"${latest}\"/g" README.md
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
branch: version-up
commit-message: 'new version in README'
Expand Down

0 comments on commit 3da74e1

Please sign in to comment.