Skip to content

Commit 2e2f083

Browse files
Bump matlab-actions/run-command from 2.1.1 to 2.2.1
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.1.1 to 2.2.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2.1.1...v2.2.1) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fbf15d commit 2e2f083

33 files changed

+34
-34
lines changed

.github/workflows/compile_mex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
cache: true
129129

130130
- name: Compile the MEX functions
131-
uses: matlab-actions/run-command@v2.1.1
131+
uses: matlab-actions/run-command@v2.2.1
132132
with:
133133
startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
134134
command: |
@@ -186,7 +186,7 @@ jobs:
186186
# which matlab
187187

188188
# - name: Conduct the test
189-
# uses: matlab-actions/run-command@v2.1.1
189+
# uses: matlab-actions/run-command@v2.2.1
190190
# with:
191191
# startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
192192
# command: |

.github/workflows/parallel_test_matlab.yml

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

107107
- name: Conduct the test
108-
uses: matlab-actions/run-command@v2.1.1
108+
uses: matlab-actions/run-command@v2.2.1
109109
with:
110110
command: |
111111
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/run-command@v2.1.1
139+
uses: matlab-actions/run-command@v2.2.1
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
@@ -124,7 +124,7 @@ jobs:
124124
products: Optimization_Toolbox Parallel_Computing_Toolbox
125125

126126
- name: Conduct the test
127-
uses: matlab-actions/run-command@v2.1.1
127+
uses: matlab-actions/run-command@v2.2.1
128128
with:
129129
command: |
130130
blacklist = {};

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
products: Parallel_Computing_Toolbox
9191

9292
- name: Conduct the test
93-
uses: matlab-actions/run-command@v2.1.1
93+
uses: matlab-actions/run-command@v2.2.1
9494
with:
9595
command: |
9696
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/run-command@v2.1.1
109+
uses: matlab-actions/run-command@v2.2.1
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
@@ -105,7 +105,7 @@ jobs:
105105
products: Parallel_Computing_Toolbox
106106

107107
- name: Conduct the test
108-
uses: matlab-actions/run-command@v2.1.1
108+
uses: matlab-actions/run-command@v2.2.1
109109
with:
110110
command: |
111111
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/run-command@v2.1.1
112+
uses: matlab-actions/run-command@v2.2.1
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/run-command@v2.1.1
111+
uses: matlab-actions/run-command@v2.2.1
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/run-command@v2.1.1
116+
uses: matlab-actions/run-command@v2.2.1
117117
with:
118118
command: |
119119
ver;

0 commit comments

Comments
 (0)