Skip to content

Commit a44e398

Browse files
Bump matlab-actions/run-command from 3.0.2 to 3.1.0
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa7f835 commit a44e398

24 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/compile_mex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
cache: true
165165

166166
- name: Compile the MEX functions
167-
uses: matlab-actions/run-command@v3.0.2
167+
uses: matlab-actions/run-command@v3.1.0
168168
with:
169169
startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
170170
command: |
@@ -222,7 +222,7 @@ jobs:
222222
# which matlab
223223

224224
# - name: Conduct the test
225-
# uses: matlab-actions/run-command@v3.0.2
225+
# uses: matlab-actions/run-command@v3.1.0
226226
# with:
227227
# startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
228228
# command: |

.github/workflows/parallel_test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
185185
186186
- name: Conduct the test
187-
uses: matlab-actions/run-command@v3.0.2
187+
uses: matlab-actions/run-command@v3.1.0
188188
with:
189189
command: |
190190
ver;

.github/workflows/profile_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
197197
198198
- name: Conduct the test
199-
uses: matlab-actions/run-command@v3.0.2
199+
uses: matlab-actions/run-command@v3.1.0
200200
with:
201201
command: |
202202
ver;

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
158158
- name: Conduct the test
159-
uses: matlab-actions/run-command@v3.0.2
159+
uses: matlab-actions/run-command@v3.1.0
160160
with:
161161
command: |
162162
ver;

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
158158
- name: Conduct the test
159-
uses: matlab-actions/run-command@v3.0.2
159+
uses: matlab-actions/run-command@v3.1.0
160160
with:
161161
command: |
162162
ver;

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
175175
176176
- name: Conduct the test
177-
uses: matlab-actions/run-command@v3.0.2
177+
uses: matlab-actions/run-command@v3.1.0
178178
with:
179179
command: |
180180
ver;

.github/workflows/profile_cobyla_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@v3.0.2
163+
uses: matlab-actions/run-command@v3.1.0
164164
with:
165165
command: |
166166
ver;

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
160160
- name: Conduct the test
161-
uses: matlab-actions/run-command@v3.0.2
161+
uses: matlab-actions/run-command@v3.1.0
162162
with:
163163
command: |
164164
ver;

.github/workflows/profile_infnan.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@v3.0.2
166+
uses: matlab-actions/run-command@v3.1.0
167167
with:
168168
command: |
169169
ver;

.github/workflows/profile_intrinsic_linalg.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@v3.0.2
182+
uses: matlab-actions/run-command@v3.1.0
183183
with:
184184
command: |
185185
blacklist = {};

0 commit comments

Comments
 (0)