From 40e3a7479a2ce43a894ee5aa5c6ac8bdc4b45474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 06:23:15 +0000 Subject: [PATCH] chore(deps): 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/web-browserslist-updater.yml | 2 +- .github/workflows/web-shadcn-updater.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-browserslist-updater.yml b/.github/workflows/web-browserslist-updater.yml index d8409bf4a..df51686e7 100644 --- a/.github/workflows/web-browserslist-updater.yml +++ b/.github/workflows/web-browserslist-updater.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: npx update-browserslist-db@latest" diff --git a/.github/workflows/web-shadcn-updater.yml b/.github/workflows/web-shadcn-updater.yml index 6131a32bd..0ca30e5c0 100644 --- a/.github/workflows/web-shadcn-updater.yml +++ b/.github/workflows/web-shadcn-updater.yml @@ -56,7 +56,7 @@ jobs: - name: Create Pull Request if: steps.diff.outputs.updates == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update shadcn/ui components"