From feb07056ac8bc046e2395d22d516fb42fea48065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:22:24 -0400 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.1.0 to 2.1.1 (#1222) Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-type: direct:production update-type: version-update:semver-patch ... 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 b859b9e7e..e1295b19c 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.0 + uses: matlab-actions/setup-matlab@v2.1.1 with: # MATLAB release to set up R2020a release: R2023a diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0547351ac..7349a3e40 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -131,7 +131,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.1.0 + uses: matlab-actions/setup-matlab@v2.1.1 with: release: ${{ matrix.matlab }} diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index 3c45451f0..ba731d0c7 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -110,7 +110,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v2.1.0 + uses: matlab-actions/setup-matlab@v2.1.1 with: release: ${{ matrix.matlab }}