From 6736436e05560efd66a007ab5d0fbb272f636a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:53:41 +0000 Subject: [PATCH] build(deps): bump matlab-actions/run-command from 2 to 3 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2 to 3. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v2...v3) --- updated-dependencies: - dependency-name: matlab-actions/run-command 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..e680edd4 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -45,7 +45,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 - name: Compile and run - uses: matlab-actions/run-command@v2 + uses: matlab-actions/run-command@v3 with: command: | mex('-setup', '-v', 'C');