From a6e5e479845d7fca7ae966d10c4ddf492040ce8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:02:31 +0000 Subject: [PATCH] chore(gha): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-projects.yml | 4 ++-- .github/workflows/update_bpmn_visualization_version.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-projects.yml b/.github/workflows/check-projects.yml index 97f605b3..12bb3801 100644 --- a/.github/workflows/check-projects.yml +++ b/.github/workflows/check-projects.yml @@ -22,7 +22,7 @@ jobs: build_bpmn-visualization_development_npm_package: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: 'process-analytics/bpmn-visualization-js' # to test a specific feature under development, uncomment the following line and use the related branch @@ -67,7 +67,7 @@ jobs: with: name: bpmn-visualization-npm-package path: ${{github.workspace}}/../bpmn-visualization-npm-package - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup node uses: actions/setup-node@v6 with: diff --git a/.github/workflows/update_bpmn_visualization_version.yml b/.github/workflows/update_bpmn_visualization_version.yml index 80964b6a..a7c1c2c7 100644 --- a/.github/workflows/update_bpmn_visualization_version.yml +++ b/.github/workflows/update_bpmn_visualization_version.yml @@ -51,7 +51,7 @@ jobs: BUILD_DEMO_REPO: ${{ github.event.client_payload.build_demo_repo || github.event.inputs.build_demo_repo }} IIFE_BUNDLE_INTEGRITY: ${{needs.compute-iife-bundle-integrity.outputs.integrity-value}} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update bpmn-visualization version in all examples run: ./scripts/update-lib-version.bash ${{ env.VERSION }} ${{ env.IIFE_BUNDLE_INTEGRITY }} - name: Delete old Load and Navigation demo