From c5993d5ff8b32d883f3b622756cbc2fd8c9b6654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:27:57 +0000 Subject: [PATCH] chore(ci): 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/scheduled-checks.yml | 2 +- .github/workflows/update-github-stars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-checks.yml b/.github/workflows/scheduled-checks.yml index d275722..aa45a63 100644 --- a/.github/workflows/scheduled-checks.yml +++ b/.github/workflows/scheduled-checks.yml @@ -109,7 +109,7 @@ jobs: - name: Create pull request if: steps.git-check.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update GitHub stars data' diff --git a/.github/workflows/update-github-stars.yml b/.github/workflows/update-github-stars.yml index d587ff8..fc7be1f 100644 --- a/.github/workflows/update-github-stars.yml +++ b/.github/workflows/update-github-stars.yml @@ -45,7 +45,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update GitHub stars data'