From e30788e762b696feaa2547ad66e9cab90cd6d860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:46:02 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request Bumps the actions group with 1 update in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update-pins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pins.yml b/.github/workflows/update-pins.yml index 9c15e35..a1b9da4 100644 --- a/.github/workflows/update-pins.yml +++ b/.github/workflows/update-pins.yml @@ -120,7 +120,7 @@ jobs: - name: Open a pull request if: steps.target.outputs.proceed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: update-pins base: main