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 c534749b32 GH-39885: [CI][MATLAB] Bump matlab-actions/setup-matlab and 
matlab-actions/run-tests from v1 to v2 (#39886)
c534749b32 is described below

commit c534749b3230f4ad640fe568d603c665b4bcee3d
Author: sgilmore10 <[email protected]>
AuthorDate: Thu Feb 1 10:21:12 2024 -0500

    GH-39885: [CI][MATLAB] Bump matlab-actions/setup-matlab and 
matlab-actions/run-tests from v1 to v2 (#39886)
    
    ### Rationale for this change
    
    Upgrading our CI workflows to use the latest versions of 
[matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab/) 
and [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests/).
    
    ### What changes are included in this PR?
    
    1. Bumped version of `matlab-actions/setup-matlab` from `v1` to `v2`
    2. Bumped version of `matlab-actions/runtests-matlab` from `v1` to `v2`
    
    ### Are these changes tested?
    
    All MATLAB workflow checks passed.
    
    ### Are there any user-facing changes?
    
    No.
    
    * Closes: #39885
    
    Authored-by: Sarah Gilmore <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/matlab.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml
index 512ff2bb92..eceeb551a0 100644
--- a/.github/workflows/matlab.yml
+++ b/.github/workflows/matlab.yml
@@ -52,7 +52,7 @@ jobs:
       - name: Install ninja-build
         run: sudo apt-get install ninja-build
       - name: Install MATLAB
-        uses: matlab-actions/setup-matlab@v1
+        uses: matlab-actions/setup-matlab@v2
         with:
           release: R2023a
       - name: Install ccache
@@ -85,7 +85,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@v1
+        uses: matlab-actions/run-tests@v2
         with:
           select-by-folder: matlab/test
   macos:
@@ -100,7 +100,7 @@ jobs:
       - name: Install ninja-build
         run: brew install ninja
       - name: Install MATLAB
-        uses: matlab-actions/setup-matlab@v1
+        uses: matlab-actions/setup-matlab@v2
         with:
           release: R2023a
       - name: Install ccache
@@ -125,7 +125,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@v1
+        uses: matlab-actions/run-tests@v2
         with:
           select-by-folder: matlab/test 
   windows:
@@ -138,7 +138,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Install MATLAB
-        uses: matlab-actions/setup-matlab@v1
+        uses: matlab-actions/setup-matlab@v2
         with:
           release: R2023a
       - name: Download Timezone Database
@@ -171,6 +171,6 @@ 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@v1
+        uses: matlab-actions/run-tests@v2
         with:
           select-by-folder: matlab/test 

Reply via email to