From 00ffa577893e96947f7f59b1b09d1175dd2f2d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:15:21 +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/Copier.yml | 2 +- .github/workflows/PreCommitUpdate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index 96479b0..2e5ad9d 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -44,7 +44,7 @@ jobs: pre-commit run -a || true # Ignore pre-commit errors - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.COPIER_PAT }} commit-message: ":robot: BestieTemplate.jl update" diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index 5b1d1f7..202f634 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -27,7 +27,7 @@ jobs: pre-commit autoupdate || true - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore: :robot: pre-commit update" title: "[AUTO] pre-commit update"