Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docs:
runs-on: ${{ vars.RUNNER_UBUNTU }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build documentation
uses: ./.github/actions/build-documentation
- name: Upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
runs-on: ${{ vars.RUNNER_UBUNTU }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build documentation
uses: ./.github/actions/build-documentation
- name: Upload artifact for GitHub Pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
BUILD_DEMO_WORKFLOW_ID: ${{ github.event.client_payload.build_demo_workflow_id || inputs.build_demo_workflow_id }}
BUILD_DEMO_REPO: ${{ github.event.client_payload.build_demo_repo || inputs.build_demo_repo }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Update examples
run: echo "Examples updated with version ${{ env.VERSION }}"
- name: Delete old Demo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
VERSION: ${{ github.event.client_payload.version || inputs.version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Get the old version of bpmn-visualization
id: lookupOldBPMNVisuVersion
uses: mikefarah/yq@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
VERSION: ${{ github.event.client_payload.version || inputs.version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: v${{ env.VERSION }}
- name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo "New version type: ${{ inputs.type }}"

- name: Setup checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GH_RELEASE_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-bpmn_visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: '16'
- name: Setup checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GH_RELEASE_TOKEN }}
- name: Config git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge-pr-fork-01-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build fake demo
if: ${{ github.event.action != 'closed' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge-preview-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "domain-exist: ${{ steps.surge-preview-tools.outputs.domain-exist }}"
echo "preview-url: ${{ steps.surge-preview-tools.outputs.preview-url }}"
echo "surge-token-valid: ${{ steps.surge-preview-tools.outputs.surge-token-valid }}"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build fake demo
if: ${{ github.event.action != 'closed' }}
env:
Expand Down