From cea30d03144dbfc77e09dfb7b1675c9be90deb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:25:08 +0000 Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.2.0 to 2.3.0 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](https://github.com/matlab-actions/setup-matlab/compare/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] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb18a0..7cc3167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: uses: gmlc-tdc/helics-action/install@main - name: Set up MATLAB (macOS) if: runner.os == 'macOS' - uses: matlab-actions/setup-matlab@v2.2.0 + uses: matlab-actions/setup-matlab@v2.3.0 with: release: R2022b - name: Set up MATLAB if: runner.os != 'macOS' - uses: matlab-actions/setup-matlab@v2.2.0 + uses: matlab-actions/setup-matlab@v2.3.0 with: release: R2021a - name: Set up MEX