From 4ca7a677dc065deeeac6ffb8bc905c5675f0f6c4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 14 Oct 2024 08:09:11 -0700
Subject: [PATCH] Bump matlab-actions/setup-matlab from 2.2.0 to 2.3.0 (#31)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 .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