Skip to content

Commit d8e7667

Browse files
committed
Update GitHub Actions config files.
1 parent 1e30f22 commit d8e7667

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/check-MATLAB-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Check out repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Setup MATLAB
2121
uses: matlab-actions/setup-matlab@v1

.github/workflows/runtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Copyright 2021-2022 The MathWorks, Inc.
1313

14-
name: MATLAB R2022b
14+
name: Run tests in MATLAB R2022b
1515

1616
on:
1717
push:
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141

4242
- name: Check out repository
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v3
4444

4545
- name: Setup MATLAB
4646
uses: matlab-actions/setup-matlab@v1

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ some components come with their own test setups.
5252

5353
## For MATLAB R2022b
5454

55-
The latest version 1.5 is available.
56-
(Version 1.6 is in development.)
55+
The latest version 1.6 is available.
5756

5857
You can download the ZIP archive of the project from the link below.
5958
It does not include Git repository data.
6059

61-
- https://github.com/mathworks/Simscape-Hybrid-Electric-Vehicle-Model/archive/refs/tags/v1.5.0.zip
60+
- https://github.com/mathworks/Simscape-Hybrid-Electric-Vehicle-Model/archive/refs/tags/v1.6.0.zip
6261

6362
This version requires
6463
[MATLAB](https://www.mathworks.com/products/matlab.html),

0 commit comments

Comments
 (0)