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 }}