From 8a1735488a1a2c57e76c85953b09302d282f261c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:30:43 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 --- .github/workflows/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index b2a882a..3dc7d07 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -58,7 +58,7 @@ jobs: -D name="${{ github.event.issue.title }}" rm data.json - - uses: peter-evans/create-pull-request@v7.0.11 + - uses: peter-evans/create-pull-request@v8.1.1 with: branch: patch-${{ github.event.issue.number }} title: ${{ env.title }}