From 3dfec0d4f5967979715fd8584af34c2e99304edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:03:38 +0000 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.6.1 to 3.0.0 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/setup_mex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup_mex.yml b/.github/workflows/setup_mex.yml index ec8888d..22d2759 100644 --- a/.github/workflows/setup_mex.yml +++ b/.github/workflows/setup_mex.yml @@ -106,7 +106,7 @@ jobs: run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}' - 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