diff --git a/.github/workflows/bump-versions.yaml b/.github/workflows/bump-versions.yaml index 8320524d02..6bae6892db 100644 --- a/.github/workflows/bump-versions.yaml +++ b/.github/workflows/bump-versions.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - run: | mvn versions:set-property -DgenerateBackupPoms=false -Dproperty=revision -DnewVersion=${{ github.event.inputs.version }} - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 with: author: ${{ github.actor }} <${{ github.actor }}> commit-message: Prepare next development iteration