From 4e7527778ab14fd5888d1124d91658234ee951b9 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 14 Mar 2024 17:13:53 -0400 Subject: [PATCH] [MAINT] Bump actions and submodules (#1216) * Bump matlab-actions/run-command from 2.0.0 to 2.1.0 (#85) Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump matlab-actions/setup-matlab from 2.0.0 to 2.1.0 (#86) Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lib/spm_2_bids from `b61ac2d` to `6ecd2d6` (#87) Bumps [lib/spm_2_bids](https://github.com/cpp-lln-lab/spm_2_bids) from `b61ac2d` to `6ecd2d6`. - [Release notes](https://github.com/cpp-lln-lab/spm_2_bids/releases) - [Commits](https://github.com/cpp-lln-lab/spm_2_bids/compare/b61ac2dca63ba10762837054b07fb371e6f4369d...6ecd2d601d676b12573d4a813c63a0d259d9ab78) --- updated-dependencies: - dependency-name: lib/spm_2_bids dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lib/octache from `e301b86` to `70b45a5` (#88) Bumps [lib/octache](https://github.com/Remi-Gau/Octache) from `e301b86` to `70b45a5`. - [Release notes](https://github.com/Remi-Gau/Octache/releases) - [Commits](https://github.com/Remi-Gau/Octache/compare/e301b86dfe0ed67f7c5c52e42f38e17a94e03ba3...70b45a5162d1918ff71bbc8b594987f42bb0441f) --- updated-dependencies: - dependency-name: lib/octache dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/run_tests_notebooks.yml | 4 ++-- .github/workflows/tests.yml | 8 ++++---- .github/workflows/tests_windows.yml | 8 ++++---- lib/octache | 2 +- lib/spm_2_bids | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) 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