From c64a022d24edd825fc65368911b680f0a9985858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:33:18 +0000 Subject: [PATCH] MINOR: [CI] Bump matlab-actions/run-tests from 3.2.0 to 3.2.1 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/ae0e80cb44fdec28d35d0831d8acf38ee4fdf91a...83e368e0b18d9c0c7d510fd911d546e16b73bbdb) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-version: 3.2.1 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..06ad9f0eb0eb 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@ae0e80cb44fdec28d35d0831d8acf38ee4fdf91a # v3.2.0 + uses: matlab-actions/run-tests@83e368e0b18d9c0c7d510fd911d546e16b73bbdb # v3.2.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@ae0e80cb44fdec28d35d0831d8acf38ee4fdf91a # v3.2.0 + uses: matlab-actions/run-tests@83e368e0b18d9c0c7d510fd911d546e16b73bbdb # v3.2.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@ae0e80cb44fdec28d35d0831d8acf38ee4fdf91a # v3.2.0 + uses: matlab-actions/run-tests@83e368e0b18d9c0c7d510fd911d546e16b73bbdb # v3.2.1 with: select-by-folder: matlab/test strict: true