diff --git a/.github/workflows/bump-patch-version.yml b/.github/workflows/bump-patch-version.yml index 7f2d20a..7a17668 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@v6 with: commit-message: 'ci: bump patch version to ${{ env.PACKAGE_VERSION }}' committer: GitHub