Skip to content

Commit cbdd260

Browse files
chore(gha): bump actions/checkout from 5 to 6 (#634)
1 parent 6a0bf0a commit cbdd260

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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:

.github/workflows/update_bpmn_visualization_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

0 commit comments

Comments
 (0)