From 379074cb0ac8ff3384e667f156ca506934601ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:06:17 +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/create-migration-history.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-migration-history.yml b/.github/workflows/create-migration-history.yml index a4473f83..03d73aab 100644 --- a/.github/workflows/create-migration-history.yml +++ b/.github/workflows/create-migration-history.yml @@ -71,7 +71,7 @@ jobs: - name: Create or update Pull Request if: env.changed != '' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} branch: alembic-migration-${{ env.SHORT_SHA }}