From 320c6ed62068ad32cd1b6e488def0cb44282f7f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:05:54 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v7 --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 668929b..3841f6c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -33,7 +33,7 @@ jobs: run: deno run -A .github/tools/create-release.ts ${{ inputs.bump_type }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 env: NEW_VERSION: ${{ steps.bump_version.outputs.NEW_VERSION }} with: