Skip to content

Commit 9f7c2a4

Browse files
Merge pull request #796 from bids-standard/dependabot/github_actions/matlab-actions/setup-matlab-2.6.1
Bump matlab-actions/setup-matlab from 2.6.0 to 2.6.1
2 parents 653ae8c + 0f743e7 commit 9f7c2a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Install MATLAB
37-
uses: matlab-actions/[email protected].0
37+
uses: matlab-actions/[email protected].1
3838
with:
3939
release: R2024a
4040

.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
steps:
4040

4141
- name: Install MATLAB
42-
uses: matlab-actions/[email protected].0
42+
uses: matlab-actions/[email protected].1
4343
with:
4444
release: ${{matrix.version}}
4545

0 commit comments

Comments
 (0)