Skip to content

Commit 5043b7b

Browse files
authored
ci: latest actions
1 parent e65dc1c commit 5043b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Install MATLAB
29-
uses: matlab-actions/setup-matlab@v1
29+
uses: matlab-actions/setup-matlab@v2
3030
with:
3131
release: ${{ matrix.release }}
3232

@@ -35,12 +35,12 @@ jobs:
3535
- name: Run Matlab tests (buildtool)
3636
if: ${{ matrix.release >= 'R2022b' }}
3737
timeout-minutes: 10
38-
uses: matlab-actions/run-build@v1
38+
uses: matlab-actions/run-build@v2
3939

4040
- name: Run tests (manual)
4141
if: ${{ matrix.release < 'R2022b' }}
4242
timeout-minutes: 10
43-
uses: matlab-actions/run-tests@v1
43+
uses: matlab-actions/run-tests@v2
4444
with:
4545
strict: true
4646
select-by-folder: test

0 commit comments

Comments
 (0)