diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 16d66917ae..8a06aa1e60 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -155,7 +155,7 @@ jobs: cache: true - name: Compile the MEX functions - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log command: | @@ -213,7 +213,7 @@ jobs: # which matlab # - name: Conduct the test - # uses: matlab-actions/run-command@v3.1.0 + # uses: matlab-actions/run-command@v3.1.1 # with: # startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log # command: | diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index 74eae94b5c..dcad978d65 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -184,7 +184,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index c5f87ceb79..1cb3139f39 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -196,7 +196,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 2b04d0dfb2..0b993ef7d9 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index 2292ea9d6e..31665fdcd1 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index c441a694e3..b24b31dfa0 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -174,7 +174,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index c30b7e760d..87147eb21a 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -160,7 +160,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index f547a15e56..83502bebdb 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -158,7 +158,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index a2e835ce66..1bb0a2ecca 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -163,7 +163,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index fcb510c385..fdc2d3a390 100644 --- a/.github/workflows/profile_intrinsic_linalg.yml +++ b/.github/workflows/profile_intrinsic_linalg.yml @@ -179,7 +179,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 99506888c2..606588a133 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -168,7 +168,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index 79dde625a3..00bce53917 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -157,7 +157,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 8881ce371c..30c0427776 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 15467f1e48..01b2f461e1 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index f73b9c4065..30bc0c8e45 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -162,7 +162,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index ebebed3fad..8b5ff319ce 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -151,7 +151,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 10806342fb..7a81362e48 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -152,7 +152,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index c5f906a984..08725f856d 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index 3278b874a5..b9ac5d16c3 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -158,7 +158,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 1c57f2a723..349b98ca5d 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -184,7 +184,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index e432d27e60..cbd8f7bca6 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -167,7 +167,7 @@ jobs: - name: Conduct the test if: ${{ !(runner.os == 'macOS' && runner.arch == 'X64') }} - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | cd matlab/tests; diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index d4c405158b..17eb1f4860 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -133,7 +133,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | cd matlab/tests; diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index 36d16ed89d..a62c263198 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -113,7 +113,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | if strcmpi('${{ matrix.compiler }}', 'mingw') diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index 1e9b36a0c3..f254bf3922 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -157,7 +157,7 @@ jobs: cat compile.m - name: Conduct the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | ver;