From ea159a79776892e159e97cc92db53000a594b2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:21:39 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/setup-matlab from 2.7.0 to 3.0.1 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.7.0 to 3.0.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4...a0180c939fb1a28de13f44f7b778b912384ced1f) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 67091595bbf..a2b2a3855f3 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -57,7 +57,7 @@ jobs: - name: Install ninja-build run: sudo apt-get install ninja-build - name: Install MATLAB - uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0 + uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1 with: release: R2025b - name: Install ccache @@ -105,7 +105,7 @@ jobs: - name: Install ninja-build run: brew install ninja - name: Install MATLAB - uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0 + uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1 with: release: R2025b - name: Install ccache @@ -144,7 +144,7 @@ jobs: with: fetch-depth: 0 - name: Install MATLAB - uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0 + uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1 with: release: R2025b - name: Install ccache