From 2634d5f231af985989439ec1b3430b05995aa25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:04:26 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 2.3.0 to 2.4.0 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/matlab_test_and_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matlab_test_and_coverage.yml b/.github/workflows/matlab_test_and_coverage.yml index fe0915f..cc77663 100644 --- a/.github/workflows/matlab_test_and_coverage.yml +++ b/.github/workflows/matlab_test_and_coverage.yml @@ -44,7 +44,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Run tests - uses: matlab-actions/run-command@v2.3.0 + uses: matlab-actions/run-command@v2.4.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run run_tests_ci;