File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments