From beef79a5a5ca92f504504e4e7db4061869acedfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:38:23 +0200 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.1.2 to 2.2.0 (#1242) Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/run_tests_notebooks.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/tests_windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests_notebooks.yml b/.github/workflows/run_tests_notebooks.yml index 60fa161a1..26cfe03a9 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.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: # MATLAB release to set up R2020a release: R2023a diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92f00494a..94934e0ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -132,7 +132,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }} diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index 96fd34f4b..efce7cfca 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.1.2 + uses: matlab-actions/setup-matlab@v2.2.0 with: release: ${{ matrix.matlab }}