From 31f58c1d90f08d4e96ef5bff91feac3223cc82d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:06:51 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7 to 8 Bumps [peter-evans/create-pull-request](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/update_precommit_hooks.yml | 2 +- .github/workflows/validate_and_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_precommit_hooks.yml b/.github/workflows/update_precommit_hooks.yml index b87be1c67..9a91dab19 100644 --- a/.github/workflows/update_precommit_hooks.yml +++ b/.github/workflows/update_precommit_hooks.yml @@ -43,7 +43,7 @@ jobs: - name: Update pre-commit hooks run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: pre-commit hooks auto-update base: main diff --git a/.github/workflows/validate_and_release.yml b/.github/workflows/validate_and_release.yml index b11a639cb..c7929f35c 100644 --- a/.github/workflows/validate_and_release.yml +++ b/.github/workflows/validate_and_release.yml @@ -74,7 +74,7 @@ jobs: mv reproschema.ttl releases/${{ inputs.version }}/reproschema.ttl - name: Open pull requests to add files - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "[REL] adding files to for release ${{ inputs.version }}" base: main