Skip to content

Commit c7f4b5d

Browse files
Bump matlab-actions/run-command from 2.3.0 to 2.4.0
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fe5fa7 commit c7f4b5d

34 files changed

+35
-35
lines changed

.github/workflows/compile_mex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
cache: true
154154

155155
- name: Compile the MEX functions
156-
uses: matlab-actions/run-command@v2.3.0
156+
uses: matlab-actions/run-command@v2.4.0
157157
with:
158158
startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
159159
command: |
@@ -211,7 +211,7 @@ jobs:
211211
# which matlab
212212

213213
# - name: Conduct the test
214-
# uses: matlab-actions/run-command@v2.3.0
214+
# uses: matlab-actions/run-command@v2.4.0
215215
# with:
216216
# startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
217217
# command: |

.github/workflows/parallel_test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
181181
- name: Conduct the test
182-
uses: matlab-actions/run-command@v2.3.0
182+
uses: matlab-actions/run-command@v2.4.0
183183
with:
184184
command: |
185185
ver;

.github/workflows/profile_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
199199
200200
- name: Conduct the test
201-
uses: matlab-actions/run-command@v2.3.0
201+
uses: matlab-actions/run-command@v2.4.0
202202
with:
203203
command: |
204204
ver;

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
187187
188188
- name: Conduct the test
189-
uses: matlab-actions/run-command@v2.3.0
189+
uses: matlab-actions/run-command@v2.4.0
190190
with:
191191
command: |
192192
blacklist = {};

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
161161
- name: Conduct the test
162-
uses: matlab-actions/run-command@v2.3.0
162+
uses: matlab-actions/run-command@v2.4.0
163163
with:
164164
command: |
165165
ver;

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
161161
162162
- name: Conduct the test
163-
uses: matlab-actions/run-command@v2.3.0
163+
uses: matlab-actions/run-command@v2.4.0
164164
with:
165165
command: |
166166
ver;

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
178178
- name: Conduct the test
179-
uses: matlab-actions/run-command@v2.3.0
179+
uses: matlab-actions/run-command@v2.4.0
180180
with:
181181
command: |
182182
ver;

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
166166
- name: Conduct the test
167-
uses: matlab-actions/run-command@v2.3.0
167+
uses: matlab-actions/run-command@v2.4.0
168168
with:
169169
command: |
170170
ver;

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
163163
164164
- name: Conduct the test
165-
uses: matlab-actions/run-command@v2.3.0
165+
uses: matlab-actions/run-command@v2.4.0
166166
with:
167167
command: |
168168
ver;

.github/workflows/profile_infnan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
168168
169169
- name: Conduct the test
170-
uses: matlab-actions/run-command@v2.3.0
170+
uses: matlab-actions/run-command@v2.4.0
171171
with:
172172
command: |
173173
ver;

0 commit comments

Comments
 (0)