diff --git a/.github/workflows/run_tests_notebooks.yml b/.github/workflows/run_tests_notebooks.yml index b2d7080a6..b859b9e7e 100644 --- a/.github/workflows/run_tests_notebooks.yml +++ b/.github/workflows/run_tests_notebooks.yml @@ -30,7 +30,7 @@ jobs: sudo apt-get -y install unzip wget tree - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.0.0 + uses: matlab-actions/setup-matlab@v2.1.0 with: # MATLAB release to set up R2020a release: R2023a @@ -49,7 +49,7 @@ jobs: run: cp -rv lib/MACS spm12/toolbox/MACS - name: Test notebooks - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: | root_dir = getenv('GITHUB_WORKSPACE'); diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 770c36a24..0547351ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -131,19 +131,19 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.0.0 + uses: matlab-actions/setup-matlab@v2.1.0 with: release: ${{ matrix.matlab }} - name: Run fast unit tests MATLAB if: matrix.test_type == 'unit' && matrix.mode == 'fast' - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab; - name: Run slow unit tests MATLAB if: matrix.test_type == 'unit' && matrix.mode == 'slow' - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab; @@ -159,6 +159,6 @@ jobs: - name: Run system tests MATLAB ${{ matrix.script }} if: matrix.test_type == 'system' - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }}; diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index df1e1b364..3c45451f0 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -110,19 +110,19 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.0.0 + uses: matlab-actions/setup-matlab@v2.1.0 with: release: ${{ matrix.matlab }} - name: Run fast unit tests MATLAB if: matrix.test_type == 'unit' && matrix.mode == 'fast' - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab; - name: Run slow unit tests MATLAB if: matrix.test_type == 'unit' && matrix.mode == 'slow' - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab; @@ -138,6 +138,6 @@ jobs: - name: Run system tests MATLAB ${{ matrix.script }} if: matrix.test_type == 'system' - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }}; diff --git a/lib/octache b/lib/octache index e301b86df..70b45a516 160000 --- a/lib/octache +++ b/lib/octache @@ -1 +1 @@ -Subproject commit e301b86dfe0ed67f7c5c52e42f38e17a94e03ba3 +Subproject commit 70b45a5162d1918ff71bbc8b594987f42bb0441f diff --git a/lib/spm_2_bids b/lib/spm_2_bids index b61ac2dca..6ecd2d601 160000 --- a/lib/spm_2_bids +++ b/lib/spm_2_bids @@ -1 +1 @@ -Subproject commit b61ac2dca63ba10762837054b07fb371e6f4369d +Subproject commit 6ecd2d601d676b12573d4a813c63a0d259d9ab78