Skip to content

Commit 359174d

Browse files
Bump matlab-actions/run-command from 2.1.1 to 2.3.0 (#280)
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2.1.1...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67fee9b commit 359174d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git clone https://github.com/MOcov/MOcov.git --depth 1
5151
5252
- name: Run tests
53-
uses: matlab-actions/run-command@v2.1.1
53+
uses: matlab-actions/run-command@v2.3.0
5454
with:
5555
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5656

0 commit comments

Comments
 (0)