Skip to content

Commit 54c0fca

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 7903b43 commit 54c0fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_system_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
run: cp -rv lib/MACS spm12/toolbox/MACS
8686

8787
- name: Run ${{ matrix.script }}
88-
uses: matlab-actions/[email protected].0
88+
uses: matlab-actions/[email protected].1
8989
with:
9090
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
make data
6363
6464
- name: Run commands
65-
uses: matlab-actions/[email protected].0
65+
uses: matlab-actions/[email protected].1
6666
with:
6767
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
6868

0 commit comments

Comments
 (0)