From 8bf1c4015af81cbee9d6e6ef06e9e10f76319f05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:52:53 +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 7a17668..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@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'ci: bump patch version to ${{ env.PACKAGE_VERSION }}' committer: GitHub