Skip to content

Commit e5d4a09

Browse files
authored
Merge pull request #766 from cpp-lln-lab/dependabot/github_actions/matlab-actions/run-command-1.1.1
Bump matlab-actions/run-command from 1.1.0 to 1.1.1
2 parents fa243ad + 54c0fca commit e5d4a09

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)