From 46acca98ba81aa7d36ce3524eebad7b2cccfa17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:33:36 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/setup-matlab from 3.0.1 to 3.0.2 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/a0180c939fb1a28de13f44f7b778b912384ced1f...2323adb8243827ea460b0def4c413545aaec46a9) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..cbb8d2962442 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@2323adb8243827ea460b0def4c413545aaec46a9 # v3.0.2 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@2323adb8243827ea460b0def4c413545aaec46a9 # v3.0.2 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@2323adb8243827ea460b0def4c413545aaec46a9 # v3.0.2 with: release: R2025b - name: Install ccache