File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 build_bpmn-visualization_development_npm_package :
2323 runs-on : ubuntu-24.04
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 repository : ' process-analytics/bpmn-visualization-js'
2828 # to test a specific feature under development, uncomment the following line and use the related branch
6767 with :
6868 name : bpmn-visualization-npm-package
6969 path : ${{github.workspace}}/../bpmn-visualization-npm-package
70- - uses : actions/checkout@v5
70+ - uses : actions/checkout@v6
7171 - name : Setup node
7272 uses : actions/setup-node@v6
7373 with :
Original file line number Diff line number Diff line change 5151 BUILD_DEMO_REPO : ${{ github.event.client_payload.build_demo_repo || github.event.inputs.build_demo_repo }}
5252 IIFE_BUNDLE_INTEGRITY : ${{needs.compute-iife-bundle-integrity.outputs.integrity-value}}
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Update bpmn-visualization version in all examples
5656 run : ./scripts/update-lib-version.bash ${{ env.VERSION }} ${{ env.IIFE_BUNDLE_INTEGRITY }}
5757 - name : Delete old Load and Navigation demo
You can’t perform that action at this time.
0 commit comments