Skip to content

Commit 02b66c5

Browse files
Bump matlab-actions/run-command from 2.1.1 to 2.2.1
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.1.1 to 2.2.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2.1.1...v2.2.1) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2502ef commit 02b66c5

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.2.1
5454
with:
5555
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5656

0 commit comments

Comments
 (0)