From ea6ecb522d2c09bd308856bb1d89e87c84ca97c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 07:04:50 +0000 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.1.2 to 2.2.0 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/compile_mex.yml | 2 +- .github/workflows/lint_hosted.yml | 2 +- .github/workflows/parallel_test_matlab.yml | 2 +- .github/workflows/profile_all.yml | 4 ++-- .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 | 4 ++-- .github/workflows/profile_cobyla_small_sq.yml | 2 +- .github/workflows/profile_compiler_options.yml | 2 +- .github/workflows/profile_infnan.yml | 2 +- .github/workflows/profile_integer_kind.yml | 2 +- .github/workflows/profile_lincoa_small.yml | 4 ++-- .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_npt.yml | 2 +- .github/workflows/profile_prima_small.yml | 4 ++-- .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 +- 34 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 6e4763ddb2..49ba409ca0 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -112,7 +112,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/lint_hosted.yml b/.github/workflows/lint_hosted.yml index ce135d2415..a68159e511 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.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 c8269ac0a4..5d9d2f56fc 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -92,7 +92,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.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} products: Optimization_Toolbox Parallel_Computing_Toolbox diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index f23b3098df..70047fd3c8 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -115,7 +115,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true @@ -123,7 +123,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index e953b13f3b..d9e1f172fb 100644 --- a/.github/workflows/profile_all_sq.yml +++ b/.github/workflows/profile_all_sq.yml @@ -111,7 +111,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index d6bddc7676..b78fa1088f 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -77,7 +77,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 f67beb6525..d431ee2924 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 0be9dfe321..935562c065 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -84,7 +84,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true @@ -92,7 +92,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 611bcd5c4f..2d8b16f893 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -96,7 +96,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 7a6bba09d8..3268ad5dc8 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -90,7 +90,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 90d7f5ba61..ca2e2df896 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -90,7 +90,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_integer_kind.yml b/.github/workflows/profile_integer_kind.yml index 0da4b66caa..9f7fe0f773 100644 --- a/.github/workflows/profile_integer_kind.yml +++ b/.github/workflows/profile_integer_kind.yml @@ -91,7 +91,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 65bb0e96da..00277953ef 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -78,7 +78,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true @@ -86,7 +86,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 bdde5498a3..a8afac413c 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index b9802605a2..2d55ff90cd 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -77,7 +77,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 dfb243e862..4aa51b502e 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_npt.yml b/.github/workflows/profile_npt.yml index 217607e3e2..a37f18d4f3 100644 --- a/.github/workflows/profile_npt.yml +++ b/.github/workflows/profile_npt.yml @@ -125,7 +125,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 4f1a16a48c..643294bd81 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -73,7 +73,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true @@ -81,7 +81,7 @@ jobs: - name: Set up MATLAB without optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 6a06e05102..9bfb47642d 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -87,7 +87,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 6b8c7e6cd5..5968b28c39 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -88,7 +88,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 f9b516a793..91d7fc03d9 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -88,7 +88,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 4bdd5ddc6f..c386800861 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -88,7 +88,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 5d13686fc8..bc5f9d9725 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -76,7 +76,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 e13d1e30a1..047ba744f2 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -95,7 +95,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 8ff30abb9c..6fa3c46c6f 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -159,7 +159,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.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 33935ff77b..adce02b7e0 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -157,7 +157,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.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 941711c8fe..1fbc789a14 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -152,7 +152,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index 45f01a3dd9..7c955b52bd 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -97,7 +97,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.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 8f10a0a76d..24e3b228f5 100644 --- a/.github/workflows/test_matlab_mac_intel.yml +++ b/.github/workflows/test_matlab_mac_intel.yml @@ -97,7 +97,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index b350405467..c68e01fb78 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -97,7 +97,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_archiva.yml b/.github/workflows/verify_archiva.yml index 0da6b368a7..71421a263a 100644 --- a/.github/workflows/verify_archiva.yml +++ b/.github/workflows/verify_archiva.yml @@ -91,7 +91,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index 19c1bb0c14..47cb016e59 100644 --- a/.github/workflows/verify_big.yml +++ b/.github/workflows/verify_big.yml @@ -70,7 +70,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index 513654946c..f425c70c02 100644 --- a/.github/workflows/verify_large.yml +++ b/.github/workflows/verify_large.yml @@ -70,7 +70,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index ab2b4d87de..e8932d7cd0 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -69,7 +69,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} cache: true