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 <noreply@github.com>