Skip to content

Commit 4972ce8

Browse files
Update peter-evans/create-pull-request action to v7 (#1279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bb9a28 commit 4972ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- run: |
1919
mvn versions:set-property -DgenerateBackupPoms=false -Dproperty=revision -DnewVersion=${{ github.event.inputs.version }}
20-
- uses: peter-evans/create-pull-request@v6
20+
- uses: peter-evans/create-pull-request@v7
2121
with:
2222
author: ${{ github.actor }} <${{ github.actor }}>
2323
commit-message: Prepare next development iteration

0 commit comments

Comments
 (0)