Skip to content

Commit f0f0d8b

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

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.2.2
156+
uses: matlab-actions/run-command@v2.3.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.2.2
214+
# uses: matlab-actions/run-command@v2.3.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.2.2
182+
uses: matlab-actions/run-command@v2.3.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
@@ -190,7 +190,7 @@ jobs:
190190
191191
192192
- name: Conduct the test
193-
uses: matlab-actions/run-command@v2.2.2
193+
uses: matlab-actions/run-command@v2.3.0
194194
with:
195195
command: |
196196
ver;

.github/workflows/profile_all_sq.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.2.2
182+
uses: matlab-actions/run-command@v2.3.0
183183
with:
184184
command: |
185185
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.2.2
162+
uses: matlab-actions/run-command@v2.3.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.2.2
163+
uses: matlab-actions/run-command@v2.3.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
@@ -175,7 +175,7 @@ jobs:
175175
176176
177177
- name: Conduct the test
178-
uses: matlab-actions/run-command@v2.2.2
178+
uses: matlab-actions/run-command@v2.3.0
179179
with:
180180
command: |
181181
ver;

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
165165
- name: Conduct the test
166-
uses: matlab-actions/run-command@v2.2.2
166+
uses: matlab-actions/run-command@v2.3.0
167167
with:
168168
command: |
169169
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.2.2
165+
uses: matlab-actions/run-command@v2.3.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.2.2
170+
uses: matlab-actions/run-command@v2.3.0
171171
with:
172172
command: |
173173
ver;

0 commit comments

Comments
 (0)