From e39cfb47283ee2ba6b3aa591a0406e21dab6c7ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:50:33 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/bump-patch-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-patch-version.yml b/.github/workflows/bump-patch-version.yml index 7f2d20a..573004b 100644 --- a/.github/workflows/bump-patch-version.yml +++ b/.github/workflows/bump-patch-version.yml @@ -23,7 +23,7 @@ jobs: - name: Create Bump patch version Pull Request id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'ci: bump patch version to ${{ env.PACKAGE_VERSION }}' committer: GitHub