From 0fb476e81bc97b3f063514a86ebb5e5146949426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:33:36 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/run-tests from 2.3.1 to 3.0.0 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 2.3.1 to 3.0.0. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/4a3d2e8bdc811f72defb8122e46a009312acc198...4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d) --- updated-dependencies: - dependency-name: matlab-actions/run-tests 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..67091595bbf 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -82,7 +82,7 @@ jobs: # Add the installation directory to the MATLAB Search Path by # setting the MATLABPATH environment variable. MATLABPATH: matlab/install/arrow_matlab - uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198 # v2.3.1 + uses: matlab-actions/run-tests@4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d # v3.0.0 with: select-by-folder: matlab/test strict: true @@ -130,7 +130,7 @@ jobs: # Add the installation directory to the MATLAB Search Path by # setting the MATLABPATH environment variable. MATLABPATH: matlab/install/arrow_matlab - uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198 # v2.3.1 + uses: matlab-actions/run-tests@4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d # v3.0.0 with: select-by-folder: matlab/test strict: true @@ -174,7 +174,7 @@ jobs: # Add the installation directory to the MATLAB Search Path by # setting the MATLABPATH environment variable. MATLABPATH: matlab/install/arrow_matlab - uses: matlab-actions/run-tests@4a3d2e8bdc811f72defb8122e46a009312acc198 # v2.3.1 + uses: matlab-actions/run-tests@4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d # v3.0.0 with: select-by-folder: matlab/test strict: true