diff --git a/.github/workflows/update-formula.yml b/.github/workflows/update-formula.yml index b5d66aa..f77f993 100644 --- a/.github/workflows/update-formula.yml +++ b/.github/workflows/update-formula.yml @@ -45,7 +45,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore: update formula to v${{ steps.version.outputs.version }}" title: "Update Streamline to v${{ steps.version.outputs.version }}"