Skip to content

Commit 5cc3405

Browse files
Merge pull request #61 from markmikkelsen/main
Updates several GitHub Actions workflows
2 parents 8c67c31 + 3fad271 commit 5cc3405

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bids-matlab/.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout nilearn
3636
uses: actions/checkout@v5
3737
- name: Setup python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: '3.13'
4141
- name: Install packages

bids-matlab/.github/workflows/run_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
make install
5252
5353
- name: Run commands
54-
uses: matlab-actions/run-command@v2.2.2
54+
uses: matlab-actions/run-command@v2.3.0
5555
with:
5656
command: cd('demos/notebooks'); success = test_notebooks(); assert(success);

bids-matlab/.github/workflows/run_tests_matlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: deno install -Agf -n bids-validator jsr:@bids/validator
6565

6666
- name: Setup python
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: '3.13'
7070

@@ -80,14 +80,14 @@ jobs:
8080
8181
- name: Run slow tests
8282
if: matrix.test == 'slow'
83-
uses: matlab-actions/run-command@v2.2.2
83+
uses: matlab-actions/run-command@v2.3.0
8484
with:
8585
command: run MOxUnit/MOxUnit/moxunit_set_path(); addpath(fullfile(pwd, 'MOcov', 'MOcov')); global SLOW; SLOW=true; addpath(getenv('GITHUB_WORKSPACE'));
8686
success = run_tests(); assert(success);
8787

8888
- name: Run fast tests
8989
if: matrix.test == 'fast'
90-
uses: matlab-actions/run-command@v2.2.2
90+
uses: matlab-actions/run-command@v2.3.0
9191
with:
9292
command: run MOxUnit/MOxUnit/moxunit_set_path(); addpath(fullfile(pwd, 'MOcov', 'MOcov')); addpath(getenv('GITHUB_WORKSPACE')); success = run_tests();
9393
assert(success);

bids-matlab/.github/workflows/run_tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: deno install -Agf -n bids-validator jsr:@bids/validator
6161

6262
- name: Setup python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: '3.13'
6666

bids-matlab/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)