diff --git a/.github/workflows/update_bpmn_visualization_version.yml b/.github/workflows/update_bpmn_visualization_version.yml index 6024bc52..fd9391ed 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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization to ${{ env.VERSION }}"