diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 8a06aa1e60..2929a90a4b 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -149,7 +149,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/lint_hosted.yml b/.github/workflows/lint_hosted.yml index f363ed250a..ea57dbb9f9 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 dcad978d65..c02372bc02 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -124,7 +124,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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 1cb3139f39..c4f162cf55 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index 4930c5e818..e5be30a456 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 0b993ef7d9..f9b060a82a 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 31665fdcd1..cc2625dc76 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index b24b31dfa0..db31079961 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 87147eb21a..a52ad4544c 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 83502bebdb..f31eb89229 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 1bb0a2ecca..b359c07582 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_integer_kind.yml b/.github/workflows/profile_integer_kind.yml index 3cbeac3e40..101e8f8a22 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index fdc2d3a390..ce4cf17344 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 606588a133..7bcbad5842 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 00bce53917..cbdaf0f60a 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 30c0427776..9037bb5e88 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 01b2f461e1..5e1763f15a 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_npt.yml b/.github/workflows/profile_npt.yml index 4ba70eeddc..d7dfc23cb7 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 30bc0c8e45..46befd7e02 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 8b5ff319ce..448df74cd6 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 3b147e54d7..465ee8b900 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 bc330d8265..889bebd93b 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 7a81362e48..1190ee961a 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 08725f856d..fbcef22583 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 b9ac5d16c3..71ad2d0260 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 349b98ca5d..b323235e33 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -124,7 +124,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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 29080a60e5..edefee8974 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -122,7 +122,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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index cbd8f7bca6..6c2f752c14 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -159,7 +159,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index 17eb1f4860..75b2bbcdfb 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 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 b26a1d0527..21178d0fc4 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index d5b4792519..0b4ddb2c88 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -112,7 +112,7 @@ jobs: run: choco install mingw --version=${{ matrix.mingw }} -y --no-progress - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_archiva_antiqua.yml b/.github/workflows/verify_archiva_antiqua.yml index 0a570d44d0..ef88e1950a 100644 --- a/.github/workflows/verify_archiva_antiqua.yml +++ b/.github/workflows/verify_archiva_antiqua.yml @@ -89,7 +89,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_archiva_media.yml b/.github/workflows/verify_archiva_media.yml index 01cf6c7061..8e87ecdce1 100644 --- a/.github/workflows/verify_archiva_media.yml +++ b/.github/workflows/verify_archiva_media.yml @@ -89,7 +89,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_archiva_nova.yml b/.github/workflows/verify_archiva_nova.yml index 342f21420c..da4ce1e488 100644 --- a/.github/workflows/verify_archiva_nova.yml +++ b/.github/workflows/verify_archiva_nova.yml @@ -94,7 +94,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index 8d2f29b0c1..51dcf1fd8c 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index ed3c85ba47..3f4f4a493d 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index f254bf3922..3a08c1408b 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@v3.0.1 + uses: matlab-actions/setup-matlab@v3.0.2 with: release: ${{ matrix.matlab }} cache: true