Skip to content

Commit 1760039

Browse files
Bump matlab-actions/run-command from 1.2.3 to 2.0.0 (#1212)
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.2.3 to 2.0.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v1.2.3...v2.0.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f400f0b commit 1760039

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/run_tests_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: cp -rv lib/MACS spm12/toolbox/MACS
5050

5151
- name: Test notebooks
52-
uses: matlab-actions/run-command@v1.2.3
52+
uses: matlab-actions/run-command@v2.0.0
5353
with:
5454
command: |
5555
root_dir = getenv('GITHUB_WORKSPACE');

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ jobs:
137137

138138
- name: Run fast unit tests MATLAB
139139
if: matrix.test_type == 'unit' && matrix.mode == 'fast'
140-
uses: matlab-actions/run-command@v1.2.3
140+
uses: matlab-actions/run-command@v2.0.0
141141
with:
142142
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
143143

144144
- name: Run slow unit tests MATLAB
145145
if: matrix.test_type == 'unit' && matrix.mode == 'slow'
146-
uses: matlab-actions/run-command@v1.2.3
146+
uses: matlab-actions/run-command@v2.0.0
147147
with:
148148
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
149149

@@ -159,6 +159,6 @@ jobs:
159159

160160
- name: Run system tests MATLAB ${{ matrix.script }}
161161
if: matrix.test_type == 'system'
162-
uses: matlab-actions/run-command@v1.2.3
162+
uses: matlab-actions/run-command@v2.0.0
163163
with:
164164
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};

.github/workflows/tests_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116

117117
- name: Run fast unit tests MATLAB
118118
if: matrix.test_type == 'unit' && matrix.mode == 'fast'
119-
uses: matlab-actions/run-command@v1.2.3
119+
uses: matlab-actions/run-command@v2.0.0
120120
with:
121121
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
122122

123123
- name: Run slow unit tests MATLAB
124124
if: matrix.test_type == 'unit' && matrix.mode == 'slow'
125-
uses: matlab-actions/run-command@v1.2.3
125+
uses: matlab-actions/run-command@v2.0.0
126126
with:
127127
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
128128

@@ -138,6 +138,6 @@ jobs:
138138

139139
- name: Run system tests MATLAB ${{ matrix.script }}
140140
if: matrix.test_type == 'system'
141-
uses: matlab-actions/run-command@v1.2.3
141+
uses: matlab-actions/run-command@v2.0.0
142142
with:
143143
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};

0 commit comments

Comments
 (0)