Skip to content

Commit 0d2b008

Browse files
Bump matlab-actions/run-command from 1.1.0 to 1.1.1
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc197c1 commit 0d2b008

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
@@ -39,7 +39,7 @@ jobs:
3939
run: make install_dev
4040

4141
- name: Run commands
42-
uses: matlab-actions/[email protected].0
42+
uses: matlab-actions/[email protected].1
4343
with:
4444
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
4545

0 commit comments

Comments
 (0)