Skip to content

Commit e167000

Browse files
Bump matlab-actions/run-command from 2.4.0 to 2.4.1 (#97)
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd8c9cc commit e167000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: make install_dev
5252

5353
- name: Run commands
54-
uses: matlab-actions/run-command@v2.4.0
54+
uses: matlab-actions/run-command@v2.4.1
5555
with:
5656
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5757

0 commit comments

Comments
 (0)