Skip to content

Commit ddf23f9

Browse files
Bump matlab-actions/run-command from 3.1.0 to 3.1.1 (#294)
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4c4655 commit ddf23f9

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

157157
- name: Compile the MEX functions
158-
uses: matlab-actions/run-command@v3.1.0
158+
uses: matlab-actions/run-command@v3.1.1
159159
with:
160160
startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
161161
command: |
@@ -213,7 +213,7 @@ jobs:
213213
# which matlab
214214

215215
# - name: Conduct the test
216-
# uses: matlab-actions/run-command@v3.1.0
216+
# uses: matlab-actions/run-command@v3.1.1
217217
# with:
218218
# startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
219219
# 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.1.0
187+
uses: matlab-actions/run-command@v3.1.1
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.1.0
199+
uses: matlab-actions/run-command@v3.1.1
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.1.0
159+
uses: matlab-actions/run-command@v3.1.1
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.1.0
159+
uses: matlab-actions/run-command@v3.1.1
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.1.0
177+
uses: matlab-actions/run-command@v3.1.1
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.1.0
163+
uses: matlab-actions/run-command@v3.1.1
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.1.0
161+
uses: matlab-actions/run-command@v3.1.1
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.1.0
166+
uses: matlab-actions/run-command@v3.1.1
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.1.0
182+
uses: matlab-actions/run-command@v3.1.1
183183
with:
184184
command: |
185185
blacklist = {};

0 commit comments

Comments
 (0)