Skip to content

Commit

Permalink
Merge pull request #156 from libprima/dependabot/github_actions/matla…
Browse files Browse the repository at this point in the history
…b-actions/run-command-2.0.0

Bump matlab-actions/run-command from 1.2.3 to 2.0.0
  • Loading branch information
zaikunzhang authored Feb 8, 2024
2 parents 04d62d3 + 506ee9d commit 5835fc1
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
blacklist = {};
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
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
- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_infnan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
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
- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_int16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
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
- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lincoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lincoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_mac_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.3
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver;
Expand Down

0 comments on commit 5835fc1

Please sign in to comment.