Skip to content

Commit ffd3569

Browse files
committed
Bump matlab-actions/setup-matlab and matlab-actions/run-tests from v1 to
v2
1 parent b684028 commit ffd3569

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/matlab.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install ninja-build
5353
run: sudo apt-get install ninja-build
5454
- name: Install MATLAB
55-
uses: matlab-actions/setup-matlab@v1
55+
uses: matlab-actions/setup-matlab@v2
5656
with:
5757
release: R2023a
5858
- name: Install ccache
@@ -85,7 +85,7 @@ jobs:
8585
# Add the installation directory to the MATLAB Search Path by
8686
# setting the MATLABPATH environment variable.
8787
MATLABPATH: matlab/install/arrow_matlab
88-
uses: matlab-actions/run-tests@v1
88+
uses: matlab-actions/run-tests@v2
8989
with:
9090
select-by-folder: matlab/test
9191
macos:
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install ninja-build
101101
run: brew install ninja
102102
- name: Install MATLAB
103-
uses: matlab-actions/setup-matlab@v1
103+
uses: matlab-actions/setup-matlab@v2
104104
with:
105105
release: R2023a
106106
- name: Install ccache
@@ -125,7 +125,7 @@ jobs:
125125
# Add the installation directory to the MATLAB Search Path by
126126
# setting the MATLABPATH environment variable.
127127
MATLABPATH: matlab/install/arrow_matlab
128-
uses: matlab-actions/run-tests@v1
128+
uses: matlab-actions/run-tests@v2
129129
with:
130130
select-by-folder: matlab/test
131131
windows:
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
fetch-depth: 0
140140
- name: Install MATLAB
141-
uses: matlab-actions/setup-matlab@v1
141+
uses: matlab-actions/setup-matlab@v2
142142
with:
143143
release: R2023a
144144
- name: Download Timezone Database
@@ -171,6 +171,6 @@ jobs:
171171
# Add the installation directory to the MATLAB Search Path by
172172
# setting the MATLABPATH environment variable.
173173
MATLABPATH: matlab/install/arrow_matlab
174-
uses: matlab-actions/run-tests@v1
174+
uses: matlab-actions/run-tests@v2
175175
with:
176176
select-by-folder: matlab/test

0 commit comments

Comments
 (0)