Skip to content

Commit e38a2eb

Browse files
Bump matlab-actions/setup-matlab from 2.3.0 to 2.3.1 (#1348)
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.3.0...v2.3.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 010cfa0 commit e38a2eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/run_tests_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get -y install unzip wget tree
3131
3232
- name: Install MATLAB
33-
uses: matlab-actions/[email protected].0
33+
uses: matlab-actions/[email protected].1
3434
with:
3535
# MATLAB release to set up R2020a
3636
release: R2023a

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
git clone https://github.com/MOcov/MOcov.git --depth 1
109109
110110
- name: Install MATLAB
111-
uses: matlab-actions/[email protected].0
111+
uses: matlab-actions/[email protected].1
112112
with:
113113
release: ${{ matrix.matlab }}
114114

@@ -203,7 +203,7 @@ jobs:
203203
git clone https://github.com/MOcov/MOcov.git --depth 1
204204
205205
- name: Install MATLAB
206-
uses: matlab-actions/[email protected].0
206+
uses: matlab-actions/[email protected].1
207207
with:
208208
release: ${{ matrix.matlab }}
209209

@@ -299,7 +299,7 @@ jobs:
299299
run: make -C demos/bayes data_ds000114
300300

301301
- name: Install MATLAB
302-
uses: matlab-actions/[email protected].0
302+
uses: matlab-actions/[email protected].1
303303
with:
304304
release: ${{ matrix.matlab }}
305305

.github/workflows/tests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
git clone https://github.com/MOcov/MOcov.git --depth 1
108108
109109
- name: Install MATLAB
110-
uses: matlab-actions/[email protected].0
110+
uses: matlab-actions/[email protected].1
111111
with:
112112
release: ${{ matrix.matlab }}
113113

0 commit comments

Comments
 (0)