From 771da790184b39a6b43d4689fac82a11796948f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:53:44 +0000 Subject: [PATCH] build(deps): bump matlab-actions/setup-matlab from 2 to 3 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2 to 3. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2...v3) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/matlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 4691ea6d..b8948570 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -42,7 +42,7 @@ jobs: run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2 + uses: matlab-actions/setup-matlab@v3 - name: Compile and run uses: matlab-actions/run-command@v2