From 9af52f4a51c91a3e775718bb2f09dc10ce9996ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:05:56 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 3.1.1 to 3.1.2 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/compile_mex.yml | 4 ++-- .github/workflows/parallel_test_matlab.yml | 2 +- .github/workflows/profile_all.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_intrinsic_linalg.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_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/test_matlab.yml | 2 +- .github/workflows/test_matlab_linux.yml | 2 +- .github/workflows/test_matlab_windows.yml | 2 +- .github/workflows/verify_small.yml | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 8a06aa1e60..4eca5e1e5f 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.1 + uses: matlab-actions/run-command@v3.1.2 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.1 + # uses: matlab-actions/run-command@v3.1.2 # 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 dcad978d65..e46f628e9d 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 1cb3139f39..768991aae4 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 0b993ef7d9..aafc6ddf8c 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index 31665fdcd1..4b24bf6cb6 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index b24b31dfa0..efc079c627 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index 87147eb21a..69d6e7fb26 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 83502bebdb..bdca2baab4 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 1bb0a2ecca..eae6c3e63f 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index fdc2d3a390..a94f112358 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 606588a133..8035d0421d 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index 00bce53917..1473697fca 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 30c0427776..75f458c9c7 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 01b2f461e1..cb0c552d6e 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 30bc0c8e45..2f0319efc0 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 8b5ff319ce..7a2739bf6f 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 7a81362e48..dba32f5f9d 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 08725f856d..5efb12ae93 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index b9ac5d16c3..7bfae64e46 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 349b98ca5d..f778847bc4 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index cbd8f7bca6..c4cc85e2db 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | cd matlab/tests; diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index 17eb1f4860..8fae248298 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | cd matlab/tests; diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index d5b4792519..ad3bc4bff9 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -119,7 +119,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v3.1.1 + uses: matlab-actions/run-command@v3.1.2 with: startup-options: -nodesktop command: | diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index f254bf3922..547f0a0ef7 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.1 + uses: matlab-actions/run-command@v3.1.2 with: command: | ver;