diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml index 5470ad328f1..c2f3217b3d5 100644 --- a/.github/workflows/main-push-build.yml +++ b/.github/workflows/main-push-build.yml @@ -37,7 +37,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@v3 + uses: peter-evans/create-pull-request@v6 with: base: main token: ${{ secrets.GITHUB_TOKEN }}