diff --git a/.github/workflows/update_bpmn_visualization_version.yml b/.github/workflows/update_bpmn_visualization_version.yml index 1d0b4e27..895fa1f0 100644 --- a/.github/workflows/update_bpmn_visualization_version.yml +++ b/.github/workflows/update_bpmn_visualization_version.yml @@ -66,7 +66,7 @@ jobs: name: ${{ env.ARTIFACT_NAME }} path: demo/load-and-navigation - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization to ${{ env.VERSION }}"