From 253b1075d0f2cf5bea28bd511e0139f498de2ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 19:29:49 +0200 Subject: [PATCH] Bump matlab-actions/run-command from 1 to 2 (#2435) Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1 to 2. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v1...v2) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test_matlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 90ada6d995..473b927e7d 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -23,6 +23,6 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v2 - name: Run script - uses: matlab-actions/run-command@v1 + uses: matlab-actions/run-command@v2 with: command: cd matlab; installAMICI; addpath tests; testModels