From 506ee9d8e5852139bb392f10c128ca31cc2a9075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:39:40 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 1.2.3 to 2.0.0 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.2.3 to 2.0.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v1.2.3...v2.0.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/parallel_test_matlab.yml | 2 +- .github/workflows/profile_all.yml | 2 +- .github/workflows/profile_all_sq.yml | 2 +- .github/workflows/profile_bobyqa_small.yml | 2 +- .github/workflows/profile_bobyqa_small_sq.yml | 2 +- .github/workflows/profile_cobyla_small.yml | 2 +- .github/workflows/profile_cobyla_small_sq.yml | 2 +- .github/workflows/profile_compiler_options.yml | 2 +- .github/workflows/profile_infnan.yml | 2 +- .github/workflows/profile_int16.yml | 2 +- .github/workflows/profile_lincoa_small.yml | 2 +- .github/workflows/profile_lincoa_small_sq.yml | 2 +- .github/workflows/profile_newuoa_small.yml | 2 +- .github/workflows/profile_newuoa_small_sq.yml | 2 +- .github/workflows/profile_prima_small.yml | 2 +- .github/workflows/profile_quadruple.yml | 2 +- .github/workflows/profile_rescue_idz_classical.yml | 2 +- .github/workflows/profile_rescue_idz_modernized.yml | 2 +- .github/workflows/profile_single.yml | 2 +- .github/workflows/profile_uobyqa_small.yml | 2 +- .github/workflows/profile_uobyqa_small_sq.yml | 2 +- .github/workflows/recursive_test_matlab.yml | 2 +- .github/workflows/stress_test_matlab.yml | 2 +- .github/workflows/test_matlab.yml | 2 +- .github/workflows/test_matlab_linux.yml | 2 +- .github/workflows/test_matlab_mac_intel.yml | 2 +- .github/workflows/test_matlab_windows.yml | 2 +- .github/workflows/verify_archiva.yml | 2 +- .github/workflows/verify_big.yml | 2 +- .github/workflows/verify_large.yml | 2 +- .github/workflows/verify_small.yml | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index c7a700b0e1..23fb7eccfb 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 220dab4926..988e3c9430 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 41db98f0af..548e83c69c 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 081a13051a..20f9ac0b47 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 4d8c5268fc..06bbee8ad9 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 c6fd77dc4b..7487d58dd7 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 b6696c573e..7f947d9bdf 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 e242e5070d..d86ea6d9ed 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 34f5d7a2a6..c3fd50a7cd 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 adceabb4cf..f36087f637 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 0c3bda0c55..d3791344b1 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 8d231616ed..e812012b51 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 aa1bcf3e16..dcf58a9966 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 57257902b5..65b5e6a137 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 b4a45f7f68..1772662e69 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 a44511d8fe..db680a6c20 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 8dc4797b23..4a48502f1f 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 f8aba3e5d2..2a882eefc9 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 83ceb0ee32..374bcd8588 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 83db00f3d7..e9bf8ac46c 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 6592c5ec30..07c54ed32b 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 7c6d2dc74d..50d1528bc5 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 ac45bba198..8391bb251a 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 ce8fd3dc39..6600a6f8b9 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 ce7c87fe0a..379e7e6954 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 3d3c5caf20..9b80529779 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 3b08a0a71f..ec938ea94f 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 a4b18c0b5e..7ab1eccca1 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 deffb4d565..1e35dca25e 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 ffcbdc9f17..12f8086151 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 0c3baf7c0a..cadd95581e 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;