Skip to content

Commit b0cbca7

Browse files
authored
Update ci.yml
1 parent 1f19a67 commit b0cbca7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
steps:
4242

4343
- name: Check out repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545

4646
- name: Setup MATLAB
47-
uses: matlab-actions/setup-matlab@v1
47+
uses: matlab-actions/setup-matlab@v2
4848
with:
4949
release: R2024b
5050

5151
- name: Run tests
52-
uses: matlab-actions/run-command@v1
52+
uses: matlab-actions/run-command@v2
5353
with:
5454
command: openProject(pwd); BEVProjectRuntestsCheckProject;
5555

@@ -65,11 +65,11 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Setup MATLAB
68-
uses: matlab-actions/setup-matlab@v1
68+
uses: matlab-actions/setup-matlab@v2
6969
with:
7070
release: R2024b
7171

7272
- name: Run tests
73-
uses: matlab-actions/run-command@v1
73+
uses: matlab-actions/run-command@v2
7474
with:
7575
command: openProject(pwd); BEVProjectTests;

0 commit comments

Comments
 (0)