From 968d48e8c04960e1bf667a5ae692d3c3f0a1cd13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:08:51 +0000 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.3.1 to 2.6.0 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](https://github.com/matlab-actions/setup-matlab/compare/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] --- .github/workflows/run_tests_notebooks.yml | 2 +- .github/workflows/tests.yml | 6 +++--- .github/workflows/tests_windows.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_tests_notebooks.yml b/.github/workflows/run_tests_notebooks.yml index 83be0390..e8e6e057 100644 --- a/.github/workflows/run_tests_notebooks.yml +++ b/.github/workflows/run_tests_notebooks.yml @@ -30,7 +30,7 @@ jobs: sudo apt-get -y install unzip wget tree - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.3.1 + uses: matlab-actions/setup-matlab@v2.6.0 with: # MATLAB release to set up R2020a release: R2023a diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edc640c1..1241fe26 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,7 +108,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.3.1 + uses: matlab-actions/setup-matlab@v2.6.0 with: release: ${{ matrix.matlab }} @@ -203,7 +203,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.3.1 + uses: matlab-actions/setup-matlab@v2.6.0 with: release: ${{ matrix.matlab }} @@ -299,7 +299,7 @@ jobs: run: make -C demos/bayes data_ds000114 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.3.1 + uses: matlab-actions/setup-matlab@v2.6.0 with: release: ${{ matrix.matlab }} diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index aa472770..034f49c2 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -107,7 +107,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.3.1 + uses: matlab-actions/setup-matlab@v2.6.0 with: release: ${{ matrix.matlab }}