From 11fe0aa1dc347c6d753dca223d96448aa9fec587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:33:42 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/setup-matlab from 2.7.0 to 3.0.0 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4...c6998d116f15c400d5e16e05318e3450abdcf053) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.0 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 4d5426fc161..1629c0e7a80 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@c6998d116f15c400d5e16e05318e3450abdcf053 # v3.0.0 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@c6998d116f15c400d5e16e05318e3450abdcf053 # v3.0.0 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@c6998d116f15c400d5e16e05318e3450abdcf053 # v3.0.0 with: release: R2025b - name: Install ccache