From 1a92bfbec52201b28145a49425dd3262f43d820a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 07:02:39 +0000 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.6.0 to 2.6.1 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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_intrinsic_linalg.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 +- 35 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 9afe71f1d5..1bb105ca17 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -147,7 +147,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.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/lint_hosted.yml b/.github/workflows/lint_hosted.yml index 3d04e38ffd..1cd5dc8e08 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.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 8c7f2f333c..85c0788ac7 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.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 5c1d75b2f7..de19fa5b54 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -130,7 +130,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true @@ -138,7 +138,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index 073e229abf..f7c0493b55 100644 --- a/.github/workflows/profile_all_sq.yml +++ b/.github/workflows/profile_all_sq.yml @@ -126,7 +126,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index d86b295540..8f16342fdd 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -99,7 +99,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 da76487d27..852f4c532b 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -100,7 +100,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 3caa1f97b0..6d778682fc 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -108,7 +108,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true @@ -116,7 +116,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 f5bf4955fa..3dc801c19d 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -104,7 +104,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index ec199085af..41c5e6fc79 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -97,7 +97,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 43937766a1..c1be8f450c 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -97,7 +97,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_integer_kind.yml b/.github/workflows/profile_integer_kind.yml index b4fd5b67f7..ad621595b3 100644 --- a/.github/workflows/profile_integer_kind.yml +++ b/.github/workflows/profile_integer_kind.yml @@ -98,7 +98,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index 7147fb22b7..e7135fb97a 100644 --- a/.github/workflows/profile_intrinsic_linalg.yml +++ b/.github/workflows/profile_intrinsic_linalg.yml @@ -119,7 +119,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 97ea86a690..48caaab8fd 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -102,7 +102,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true @@ -110,7 +110,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 27e80f5daa..91bb68f967 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -101,7 +101,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 12318b5ddd..642a56fa52 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -99,7 +99,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 e7bc4c3745..98e2d80962 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -100,7 +100,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_npt.yml b/.github/workflows/profile_npt.yml index e37c08ee09..0ae73d8161 100644 --- a/.github/workflows/profile_npt.yml +++ b/.github/workflows/profile_npt.yml @@ -136,7 +136,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index d971242694..9618bbf1d0 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -96,7 +96,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true @@ -104,7 +104,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.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index aaa6d1b02f..ca4d6611d8 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -94,7 +94,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 5227e6e05d..5cc5701743 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -95,7 +95,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 0957edec12..41a19431a7 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -95,7 +95,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 1e64789be6..c1361b673c 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -95,7 +95,7 @@ jobs: - name: Set up MATLAB with optimization toolbox if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 12bb99961c..e826ce51a2 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -99,7 +99,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 0ee2c5f66e..69a30040f0 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -102,7 +102,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index c4a7187182..7dd3ce19cc 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.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 46cf323097..425dd4bdb8 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -115,7 +115,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.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 325045eb6a..227cd68fcd 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@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index c8a91b6cc8..5e99ef901c 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -125,7 +125,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.0 + uses: matlab-actions/setup-matlab@v2.6.1 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 114ed3d7c5..30ce896cb7 100644 --- a/.github/workflows/test_matlab_mac_intel.yml +++ b/.github/workflows/test_matlab_mac_intel.yml @@ -88,7 +88,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.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index d0ed18e19a..acd9784d3a 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -88,7 +88,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.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_archiva.yml b/.github/workflows/verify_archiva.yml index f87b05be45..0f3517b218 100644 --- a/.github/workflows/verify_archiva.yml +++ b/.github/workflows/verify_archiva.yml @@ -99,7 +99,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index a998be283d..134c32e22f 100644 --- a/.github/workflows/verify_big.yml +++ b/.github/workflows/verify_big.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index d0a43199d0..64bdfab2ac 100644 --- a/.github/workflows/verify_large.yml +++ b/.github/workflows/verify_large.yml @@ -93,7 +93,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index 4e816b0488..808752f435 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -92,7 +92,7 @@ jobs: - name: Set up MATLAB if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} - uses: matlab-actions/setup-matlab@v2.6.0 + uses: matlab-actions/setup-matlab@v2.6.1 with: release: ${{ matrix.matlab }} cache: true