diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index 77c690ce87..1d63232411 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -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; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 56a5029b4d..a2cd205317 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -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; diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index 6aab31e000..7ab42804df 100644 --- a/.github/workflows/profile_all_sq.yml +++ b/.github/workflows/profile_all_sq.yml @@ -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 = {}; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 3c0c1ab3b3..8cd5ddc97f 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -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; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index a82ac6485e..018d0b6be6 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -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; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 681c47da1b..c232ea54cb 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -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; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index 2ce5e062e8..122b7e9ee6 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -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; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 6bdc941ef3..aaa08dcf2b 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -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; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 80f86737e4..c6f83ea2bb 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -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; diff --git a/.github/workflows/profile_int16.yml b/.github/workflows/profile_int16.yml index 3dbb6f8c2e..9c58d62e83 100644 --- a/.github/workflows/profile_int16.yml +++ b/.github/workflows/profile_int16.yml @@ -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; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 57bd5993e5..7abc107e14 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -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; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index d5588ea314..4d88cc2261 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -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; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index f4b95c702c..9499437d0d 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -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; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 7cdfaec338..3813bf2d66 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -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; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 7cd61e5fde..ab7fd3c485 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -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; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index c0b9fad813..d0c86ae879 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -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; diff --git a/.github/workflows/profile_rescue_idz_classical.yml b/.github/workflows/profile_rescue_idz_classical.yml index 3c7a6bbf8e..a6418749f7 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -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; diff --git a/.github/workflows/profile_rescue_idz_modernized.yml b/.github/workflows/profile_rescue_idz_modernized.yml index a0e62beb73..3f1f28ca0f 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -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; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index feed26b7f9..ddea1d76d6 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -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; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 77a63a9472..ffce276ca0 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -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; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index e71aa486c0..e22bf1d7bf 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -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; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index ab8955f7a4..c0a8f99365 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -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; diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 4a6d6004f4..f332789c63 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -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; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 90861f03ed..53bad1ca87 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -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(); diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index 29ce18c61f..66c070fee6 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -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(); diff --git a/.github/workflows/test_matlab_mac_intel.yml b/.github/workflows/test_matlab_mac_intel.yml index dae5c9fa94..c035aee06e 100644 --- a/.github/workflows/test_matlab_mac_intel.yml +++ b/.github/workflows/test_matlab_mac_intel.yml @@ -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(); diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index 6d284f4f35..c9c196773e 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -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(); diff --git a/.github/workflows/verify_archiva.yml b/.github/workflows/verify_archiva.yml index 310df65025..a82702c68c 100644 --- a/.github/workflows/verify_archiva.yml +++ b/.github/workflows/verify_archiva.yml @@ -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; diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index 8a6d82e803..7a230572c9 100644 --- a/.github/workflows/verify_big.yml +++ b/.github/workflows/verify_big.yml @@ -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; diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index f1e1890b4c..4d3ba1fabf 100644 --- a/.github/workflows/verify_large.yml +++ b/.github/workflows/verify_large.yml @@ -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; diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index 11c5dd9b23..fd643e7dae 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -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;