diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 7952bdf5ab..7a5a186ae4 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -148,7 +148,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/lint_hosted.yml b/.github/workflows/lint_hosted.yml index 059b317c18..c5fb40c158 100644 --- a/.github/workflows/lint_hosted.yml +++ b/.github/workflows/lint_hosted.yml @@ -66,7 +66,7 @@ jobs: - name: Set up MATLAB id: set-up-matlab if: ${{ matrix.linter == 'mlint' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: latest cache: false # We should not cache MATLAB; otherwise, an empty directory will be cached since we remove $MATLABROOT in the next step diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index a6babce7a3..591e54e184 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -119,7 +119,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index d754235728..9b739c552f 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -128,7 +128,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true @@ -136,7 +136,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index 3eca1d90d6..4be91df206 100644 --- a/.github/workflows/profile_all_sq.yml +++ b/.github/workflows/profile_all_sq.yml @@ -122,7 +122,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 4bd8aea136..52597af2d7 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -96,7 +96,7 @@ jobs: - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index c05be2930c..8ec7ed51d8 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -96,7 +96,7 @@ jobs: - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 6c06eea7f3..c5197753c1 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -106,7 +106,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true @@ -114,7 +114,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index a26df83aa1..c265309d2f 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -100,7 +100,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 696ba29a64..0ad631574d 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 4ec3d00958..e119e9775c 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_integer_kind.yml b/.github/workflows/profile_integer_kind.yml index 79baa7a45b..069876ad85 100644 --- a/.github/workflows/profile_integer_kind.yml +++ b/.github/workflows/profile_integer_kind.yml @@ -94,7 +94,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index b03ca9d37b..89be476519 100644 --- a/.github/workflows/profile_intrinsic_linalg.yml +++ b/.github/workflows/profile_intrinsic_linalg.yml @@ -115,7 +115,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 43bb49044e..cb2c01b4c0 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -100,7 +100,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true @@ -108,7 +108,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index d2cb4ecf60..b9a15368de 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -97,7 +97,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 3e4ac2a8b2..7d774a383c 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -96,7 +96,7 @@ jobs: - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index a96d6d2165..81b096847e 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -96,7 +96,7 @@ jobs: - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_npt.yml b/.github/workflows/profile_npt.yml index 07e8a39a84..7c509820f2 100644 --- a/.github/workflows/profile_npt.yml +++ b/.github/workflows/profile_npt.yml @@ -142,7 +142,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 517c02dd18..8a62e435af 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -94,7 +94,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true @@ -102,7 +102,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 4734aeee96..b16ec06bf7 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -91,7 +91,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_rescue_idz_classical.yml b/.github/workflows/profile_rescue_idz_classical.yml index c7e3d84f84..458c9a1e35 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -92,7 +92,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_rescue_idz_modernized.yml b/.github/workflows/profile_rescue_idz_modernized.yml index f64f93717b..5a1f74adf6 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -92,7 +92,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 554b957bf9..4454e31f1e 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -92,7 +92,7 @@ jobs: - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index c085d90641..2b11417541 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -96,7 +96,7 @@ jobs: - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index 282e120cec..0c0a03e68d 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -98,7 +98,7 @@ jobs: - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 1c4596e870..ca2a3bce34 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -119,7 +119,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 8d90438ddc..e785f5af9b 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -116,7 +116,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB with optimization toolbox - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 40d42bc554..2a3f5e3f67 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -160,7 +160,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index e8ca0ec551..ff97f73e6b 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -126,7 +126,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_mac_intel.yml b/.github/workflows/test_matlab_mac_intel.yml index 5c899540df..6bd5dfd166 100644 --- a/.github/workflows/test_matlab_mac_intel.yml +++ b/.github/workflows/test_matlab_mac_intel.yml @@ -89,7 +89,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index 6687212de9..65de8b1708 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -89,7 +89,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_archiva.yml b/.github/workflows/verify_archiva.yml index 610c32798c..ed99bb3342 100644 --- a/.github/workflows/verify_archiva.yml +++ b/.github/workflows/verify_archiva.yml @@ -94,7 +94,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index 4e57e3d94a..8b02ffca2c 100644 --- a/.github/workflows/verify_big.yml +++ b/.github/workflows/verify_big.yml @@ -88,7 +88,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index 7a9ec5c7de..6c2b270c22 100644 --- a/.github/workflows/verify_large.yml +++ b/.github/workflows/verify_large.yml @@ -88,7 +88,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index ae57510da4..c5ebdeb4e1 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -88,7 +88,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 with: release: ${{ matrix.matlab }} cache: true