diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml index c65b709ea25..de48202bcf6 100644 --- a/.github/workflows/main-push-build.yml +++ b/.github/workflows/main-push-build.yml @@ -41,7 +41,7 @@ jobs: run: find ./boms -type f -exec sed -i -e 's/\r$//' {} \; - name: Create Pull Request after BOM Regeneration - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: base: main token: ${{ secrets.GITHUB_TOKEN }}