From 95755321adc6e044561a61f45fb28e25124a3731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:01:59 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/run-tests from 3.0.0 to 3.1.1 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d...aeb68d453ce072b1c27679e76c220b5031ed8abf) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-version: 3.1.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 31e9513763a1..766d4aa5bee9 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@aeb68d453ce072b1c27679e76c220b5031ed8abf # v3.1.1 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@aeb68d453ce072b1c27679e76c220b5031ed8abf # v3.1.1 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@aeb68d453ce072b1c27679e76c220b5031ed8abf # v3.1.1 with: select-by-folder: matlab/test strict: true