From 31c9791afb47e55a8d4dc6c482e65656f58a48f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:10:43 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 2.2.2 to 2.3.0 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367a578..4eb4071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: # Open the MATLAB project - name: Open MATLAB project - uses: matlab-actions/run-command@v2.2.2 + uses: matlab-actions/run-command@v2.3.0 with: command: openProject('MATLAB/Solvers.prj');