Skip to content

Commit

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

Bump matlab-actions/run-command from 1.2.2 to 1.2.3
  • Loading branch information
zaikunzhang authored Dec 27, 2023
2 parents 47c8f1d + 0b56572 commit 3b13159
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
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 @@ -143,7 +143,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.2
uses: matlab-actions/run-command@v1.2.3
with:
command: |
ver;
Expand Down
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.2
uses: matlab-actions/run-command@v1.2.3
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 @@ -80,7 +80,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.2
uses: matlab-actions/run-command@v1.2.3
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 @@ -80,7 +80,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.2
uses: matlab-actions/run-command@v1.2.3
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.2
uses: matlab-actions/run-command@v1.2.3
with:
command: |
ver;
Expand Down

0 comments on commit 3b13159

Please sign in to comment.