Skip to content

Commit 81d18bb

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

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/[email protected].1
156+
uses: matlab-actions/[email protected].2
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/[email protected].1
214+
# uses: matlab-actions/[email protected].2
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
@@ -122,7 +122,7 @@ jobs:
122122
products: Optimization_Toolbox Parallel_Computing_Toolbox
123123

124124
- name: Conduct the test
125-
uses: matlab-actions/[email protected].1
125+
uses: matlab-actions/[email protected].2
126126
with:
127127
command: |
128128
ver;

.github/workflows/profile_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
products: Parallel_Computing_Toolbox
137137

138138
- name: Conduct the test
139-
uses: matlab-actions/[email protected].1
139+
uses: matlab-actions/[email protected].2
140140
with:
141141
command: |
142142
ver;

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
products: Optimization_Toolbox Parallel_Computing_Toolbox
126126

127127
- name: Conduct the test
128-
uses: matlab-actions/[email protected].1
128+
uses: matlab-actions/[email protected].2
129129
with:
130130
command: |
131131
blacklist = {};

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
products: Parallel_Computing_Toolbox
106106

107107
- name: Conduct the test
108-
uses: matlab-actions/[email protected].1
108+
uses: matlab-actions/[email protected].2
109109
with:
110110
command: |
111111
ver;

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
products: Parallel_Computing_Toolbox
107107

108108
- name: Conduct the test
109-
uses: matlab-actions/[email protected].1
109+
uses: matlab-actions/[email protected].2
110110
with:
111111
command: |
112112
ver;

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
products: Parallel_Computing_Toolbox
122122

123123
- name: Conduct the test
124-
uses: matlab-actions/[email protected].1
124+
uses: matlab-actions/[email protected].2
125125
with:
126126
command: |
127127
ver;

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
products: Optimization_Toolbox Parallel_Computing_Toolbox
110110

111111
- name: Conduct the test
112-
uses: matlab-actions/[email protected].1
112+
uses: matlab-actions/[email protected].2
113113
with:
114114
command: |
115115
ver;

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
sed -i "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m
109109
110110
- name: Conduct the test
111-
uses: matlab-actions/[email protected].1
111+
uses: matlab-actions/[email protected].2
112112
with:
113113
command: |
114114
ver;

.github/workflows/profile_infnan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
sed -i "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m
114114
115115
- name: Conduct the test
116-
uses: matlab-actions/[email protected].1
116+
uses: matlab-actions/[email protected].2
117117
with:
118118
command: |
119119
ver;

0 commit comments

Comments
 (0)