Skip to content

Commit 04d0e0f

Browse files
Bump matlab-actions/setup-matlab from 2.2.0 to 2.3.0 (#1324)
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e24fcd commit 04d0e0f

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/setup-matlab@v2.2.0
33+
uses: matlab-actions/setup-matlab@v2.3.0
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
@@ -103,7 +103,7 @@ jobs:
103103
git clone https://github.com/MOcov/MOcov.git --depth 1
104104
105105
- name: Install MATLAB
106-
uses: matlab-actions/setup-matlab@v2.2.0
106+
uses: matlab-actions/setup-matlab@v2.3.0
107107
with:
108108
release: ${{ matrix.matlab }}
109109

@@ -193,7 +193,7 @@ jobs:
193193
git clone https://github.com/MOcov/MOcov.git --depth 1
194194
195195
- name: Install MATLAB
196-
uses: matlab-actions/setup-matlab@v2.2.0
196+
uses: matlab-actions/setup-matlab@v2.3.0
197197
with:
198198
release: ${{ matrix.matlab }}
199199

@@ -284,7 +284,7 @@ jobs:
284284
run: make -C demos/bayes data_ds000114
285285

286286
- name: Install MATLAB
287-
uses: matlab-actions/setup-matlab@v2.2.0
287+
uses: matlab-actions/setup-matlab@v2.3.0
288288
with:
289289
release: ${{ matrix.matlab }}
290290

.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/setup-matlab@v2.2.0
110+
uses: matlab-actions/setup-matlab@v2.3.0
111111
with:
112112
release: ${{ matrix.matlab }}
113113

0 commit comments

Comments
 (0)