This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 2719c9c8b5 MINOR: [CI] Bump matlab-actions/run-tests from 2.3.1 to
3.0.0 (#49665)
2719c9c8b5 is described below
commit 2719c9c8b53b5c29320f0ab1aad90c190d971bff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 08:20:13 2026 +0900
MINOR: [CI] Bump matlab-actions/run-tests from 2.3.1 to 3.0.0 (#49665)
Bumps
[matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from
2.3.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matlab-actions/run-tests/releases">matlab-actions/run-tests's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<h2>Compatibility Considerations</h2>
<ul>
<li>The <strong>Run MATLAB Tests</strong> action now uses Node.js 24.
Specify this version of the action in your workflow as
<code>matlab-actions/run-tests@ v3</code>. GitHub-hosted runners automatically
support the new action version. To use the new action version on a self-hosted
runner, ensure that the runner uses GitHub Actions runner version v2.327.1 or
later.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matlab-actions/run-tests/commit/4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d"><code>4be3345</code></a>
Build for 96a5f78</li>
<li><a
href="https://github.com/matlab-actions/run-tests/commit/96a5f78f0eca57bb1a5615a1aae03c0383458cf5"><code>96a5f78</code></a>
[skip ci] Bump v3.0.0</li>
<li><a
href="https://github.com/matlab-actions/run-tests/commit/5e860db9b26169a9b7f8f03feec334aec198d8cc"><code>5e860db</code></a>
Update checkout action's version</li>
<li><a
href="https://github.com/matlab-actions/run-tests/commit/77bc2899b7aad1aa94f63b10cc8ce4eed63bfe62"><code>77bc289</code></a>
replace v2 with v3</li>
<li><a
href="https://github.com/matlab-actions/run-tests/commit/cbf91567d88c4eb5eb0f4c0efde2cbeb0f99f40e"><code>cbf9156</code></a>
Update action to run with Node 24 (<a
href="https://redirect.github.com/matlab-actions/run-tests/issues/79">#79</a>)</li>
<li>See full diff in <a
href="https://github.com/matlab-actions/run-tests/compare/4a3d2e8bdc811f72defb8122e46a009312acc198...4be3345d41da8b1bf8cc5cb01a5e19c4611cb15d">compare
view</a></li>
</ul>
</details>
<br />
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.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 4d5426fc16..67091595bb 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