Skip to content

Commit a2d6478

Browse files
Bump matlab-actions/run-command from 1.0.1 to 1.1.0
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea90ccf commit a2d6478

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
@@ -49,7 +49,7 @@ jobs:
4949
run: make install_dev
5050

5151
- name: Run commands
52-
uses: matlab-actions/run-command@v1.0.1
52+
uses: matlab-actions/run-command@v1.1.0
5353
with:
5454
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5555

0 commit comments

Comments
 (0)