diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml index f244e407d388b..775bc8ce59885 100644 --- a/.github/workflows/main-push-build.yml +++ b/.github/workflows/main-push-build.yml @@ -50,7 +50,7 @@ jobs: - name: mvn formatter and build run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -Dmvnd.threads=2 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -Pformat,fastinstall -DskipTests verify - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: main token: ${{ secrets.GITHUB_TOKEN }}