Skip to content

Commit 0e8ab7a

Browse files
Bump matlab-actions/setup-matlab from 2.3.1 to 2.6.0 (#1374)
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.3.1 to 2.6.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.3.1...v2.6.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 972c021 commit 0e8ab7a

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.3.1
33+
uses: matlab-actions/setup-matlab@v2.6.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
@@ -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/setup-matlab@v2.3.1
111+
uses: matlab-actions/setup-matlab@v2.6.0
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/setup-matlab@v2.3.1
206+
uses: matlab-actions/setup-matlab@v2.6.0
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/setup-matlab@v2.3.1
302+
uses: matlab-actions/setup-matlab@v2.6.0
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/setup-matlab@v2.3.1
110+
uses: matlab-actions/setup-matlab@v2.6.0
111111
with:
112112
release: ${{ matrix.matlab }}
113113

0 commit comments

Comments
 (0)