Skip to content

Commit a696147

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

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
@@ -154,7 +154,7 @@ jobs:
154154
cache: true
155155

156156
- name: Compile the MEX functions
157-
uses: matlab-actions/run-command@v3.0.1
157+
uses: matlab-actions/run-command@v3.0.2
158158
with:
159159
startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
160160
command: |
@@ -212,7 +212,7 @@ jobs:
212212
# which matlab
213213

214214
# - name: Conduct the test
215-
# uses: matlab-actions/run-command@v3.0.1
215+
# uses: matlab-actions/run-command@v3.0.2
216216
# with:
217217
# startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
218218
# 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@v3.0.1
182+
uses: matlab-actions/run-command@v3.0.2
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
@@ -196,7 +196,7 @@ jobs:
196196
197197
198198
- name: Conduct the test
199-
uses: matlab-actions/run-command@v3.0.1
199+
uses: matlab-actions/run-command@v3.0.2
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.1
159+
uses: matlab-actions/run-command@v3.0.2
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.1
159+
uses: matlab-actions/run-command@v3.0.2
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.1
177+
uses: matlab-actions/run-command@v3.0.2
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.1
163+
uses: matlab-actions/run-command@v3.0.2
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.1
161+
uses: matlab-actions/run-command@v3.0.2
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.1
166+
uses: matlab-actions/run-command@v3.0.2
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.1
182+
uses: matlab-actions/run-command@v3.0.2
183183
with:
184184
command: |
185185
blacklist = {};

0 commit comments

Comments
 (0)