Skip to content

Commit 1d2f684

Browse files
Bump matlab-actions/setup-matlab from 1.2.0 to 1.2.1
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af57831 commit 1d2f684

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
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get -y install unzip wget
5959
6060
- name: Install MATLAB
61-
uses: matlab-actions/[email protected].0
61+
uses: matlab-actions/[email protected].1
6262
with:
6363
# MATLAB release to set up R2020a
6464
release: R2020a

.github/workflows/run_tests_matlab.yml

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

3333
steps:
3434
- name: Install MATLAB
35-
uses: matlab-actions/[email protected].0
35+
uses: matlab-actions/[email protected].1
3636
with:
3737
# MATLAB release to set up R2020a
3838
release: R2020a

0 commit comments

Comments
 (0)