From a2e8e73ff114b5d4d492c8707e805fc6eff58678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:00:14 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/run-tests from 3.0.0 to 3.1 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 3.0.0 to 3.1. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d...64426f612825c99055c2b4887c08c135ab01be0b) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-version: '3.1' 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 31e9513763a..481a3e7a039 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -83,7 +83,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@4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d # v3.0.0 + uses: matlab-actions/run-tests@64426f612825c99055c2b4887c08c135ab01be0b # v3.1.0 with: select-by-folder: matlab/test strict: true @@ -132,7 +132,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@4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d # v3.0.0 + uses: matlab-actions/run-tests@64426f612825c99055c2b4887c08c135ab01be0b # v3.1.0 with: select-by-folder: matlab/test strict: true @@ -177,7 +177,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@4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d # v3.0.0 + uses: matlab-actions/run-tests@64426f612825c99055c2b4887c08c135ab01be0b # v3.1.0 with: select-by-folder: matlab/test strict: true