From 75b9e4349554d181099505b294eb294fe4dcad7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:01:34 +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/cl.yml | 2 +- .github/workflows/dependency-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cl.yml b/.github/workflows/cl.yml index 5ce18601..bca8c1a7 100644 --- a/.github/workflows/cl.yml +++ b/.github/workflows/cl.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request if: ${{ github.event_name == 'schedule' }} id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.JAYLYBOT_TOKEN }} push-to-fork: jayly-bot/ScriptAPI diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 55262cb3..1acf56a7 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -28,7 +28,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.JAYLYBOT_TOKEN }} push-to-fork: jayly-bot/ScriptAPI