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/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [windows-latest]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Create folders
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
release_id: ${{ steps.create_release.outputs.id }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
if: github.event_name == 'push'

- name: moordyn_tag_name
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: moordyn_version
id: moordyn_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Check that the version is valid
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: moordyn_version
id: moordyn_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Create install folder
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mdf_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install valgrind
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels-emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
rm -rf docs extern source tests

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Used to host cibuildwheel
- uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: ${{ fromJSON(inputs.os) }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/setup-python@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-22.04]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Used to host cibuildwheel
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
os: [ubuntu-22.04]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download artifacts
uses: actions/download-artifact@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Setup Python
uses: actions/setup-python@v6
Expand Down
Loading