Skip to content

Commit ce5738a

Browse files
authored
Update ci.yml
Use all v2 for setup-matlab
1 parent 324d132 commit ce5738a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Sets up R2023b
7171
- name: Setup MATLAB
72-
uses: matlab-actions/setup-matlab@v1
72+
uses: matlab-actions/setup-matlab@v2
7373
with:
7474
release: R2023b
7575

@@ -82,7 +82,7 @@ jobs:
8282

8383
# Create the test results badge
8484
- name: Run CreateBadge
85-
uses: matlab-actions/run-command@v1
85+
uses: matlab-actions/run-command@v2
8686
with:
8787
command: openProject(pwd); CreateBadge;
8888

0 commit comments

Comments
 (0)