From a9bb5212bf9e44e03de7ba263f81bd188f0c1435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:33:17 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/setup-matlab from 3.0.1 to 3.1.0 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/a0180c939fb1a28de13f44f7b778b912384ced1f...f9e43010f1ae678f7cfa0542fe2a4f60f7d1ad8d) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/matlab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index a65279b780ef..90c433f28c26 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -58,7 +58,7 @@ jobs: - name: Install ninja-build run: sudo apt-get install ninja-build - name: Install MATLAB - uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1 + uses: matlab-actions/setup-matlab@f9e43010f1ae678f7cfa0542fe2a4f60f7d1ad8d # v3.1.0 with: release: R2025b - name: Install ccache @@ -107,7 +107,7 @@ jobs: - name: Install ninja-build run: brew install ninja - name: Install MATLAB - uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1 + uses: matlab-actions/setup-matlab@f9e43010f1ae678f7cfa0542fe2a4f60f7d1ad8d # v3.1.0 with: release: R2025b - name: Install ccache @@ -147,7 +147,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Install MATLAB - uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1 + uses: matlab-actions/setup-matlab@f9e43010f1ae678f7cfa0542fe2a4f60f7d1ad8d # v3.1.0 with: release: R2025b - name: Install ccache