From 1ca1f9cd7077d33d88871386a87e40b59770a6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:59:47 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6 to 8 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/embedded-dwarf-refresh-reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/embedded-dwarf-refresh-reusable.yaml b/.github/workflows/embedded-dwarf-refresh-reusable.yaml index 1a29f5b..b2e2cd1 100644 --- a/.github/workflows/embedded-dwarf-refresh-reusable.yaml +++ b/.github/workflows/embedded-dwarf-refresh-reusable.yaml @@ -382,7 +382,7 @@ jobs: - name: Open pull request if: steps.assemble.outputs.copied != '0' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: branch: "${{ inputs.new_only && format('chore/refresh-embedded-dwarf-{0}', github.run_id) || format('chore/backfill-embedded-dwarf-{0}', github.run_id) }}" delete-branch: true