From aa817b1ee927834501a8bb891caf8e44f4251711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:07:53 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main-push-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml index 7712e827981..ca2d6635789 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 }}