Skip to content

Commit

Permalink
chore(gha): bump actions/checkout from 3 to 4 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 0ed54b3 commit 295629c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
- 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 || github.event.inputs.build_demo_workflow_id }}
BUILD_DEMO_REPO: ${{ github.event.client_payload.build_demo_repo || github.event.inputs.build_demo_repo }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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 || github.event.inputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get the old version of bpmn-visualization
id: lookupOldBPMNVisuVersion
uses: mikefarah/yq@v4.35.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
upload_demo_archive:
runs-on: ${{ vars.RUNNER_UBUNTU }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
run: echo "Done"
- name: Install dependencies
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 @@ -23,7 +23,7 @@ jobs:
branch: master

- name: Setup checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
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 @@ -26,7 +26,7 @@ jobs:
with:
node-version: '16'
- name: Setup checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_RELEASE_TOKEN }}
- name: Config git
Expand Down

0 comments on commit 295629c

Please sign in to comment.