Skip to content

Commit

Permalink
Merge pull request #36 from libprima/dependabot/github_actions/matlab…
Browse files Browse the repository at this point in the history
…-actions/run-command-1.2.1

Bump matlab-actions/run-command from 1.2.0 to 1.2.1

Former-commit-id: 0f57dde6d7b04bd4d0fe184ea164db052e34cb22
  • Loading branch information
zaikunzhang authored Jul 28, 2023
2 parents 5fa2e7b + ae91b30 commit b83c8ca
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
with:
command: |
ver;
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 @@ -64,7 +64,7 @@ jobs:
release: ${{ matrix.matlab }}

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

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -91,7 +91,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.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -73,7 +73,7 @@ jobs:
release: ${{ matrix.matlab }}

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

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

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -69,7 +69,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -69,7 +69,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -69,7 +69,7 @@ jobs:
products: Optimization_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -69,7 +69,7 @@ jobs:
products: Optimization_Toolbox

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

- name: Conduct the test
uses: matlab-actions/run-command@v1.2.0
uses: matlab-actions/run-command@v1.2.1
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 @@ -107,7 +107,7 @@ jobs:
products: Optimization_Toolbox

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

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

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

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

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

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

0 comments on commit b83c8ca

Please sign in to comment.