Skip to content

Commit aad673c

Browse files
committed
Update examples to show v1 instead of v0
1 parent 5a46c7b commit aad673c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Check out repository
2222
uses: actions/checkout@v2
2323
- name: Install MATLAB
24-
uses: matlab-actions/setup-matlab@v0
24+
uses: matlab-actions/setup-matlab@v1
2525
- name: Run script
26-
uses: matlab-actions/run-command@v0
26+
uses: matlab-actions/run-command@v1
2727
with:
2828
command: myscript
2929
```
@@ -42,16 +42,16 @@ jobs:
4242
- name: Check out repository
4343
uses: actions/checkout@v2
4444
- name: Install MATLAB
45-
uses: matlab-actions/setup-matlab@v0
45+
uses: matlab-actions/setup-matlab@v1
4646
- name: Run tests and generate artifacts
47-
uses: matlab-actions/run-tests@v0
47+
uses: matlab-actions/run-tests@v1
4848
with:
4949
test-results-junit: test-results/results.xml
5050
code-coverage-cobertura: code-coverage/coverage.xml
5151
```
5252
5353
## Set Up MATLAB
54-
When you define your workflow in the `.github/workflows` directory of your repository, specify the **Set Up MATLAB** action as `matlab-actions/setup-matlab@v0`. The action accepts an optional input.
54+
When you define your workflow in the `.github/workflows` directory of your repository, specify the **Set Up MATLAB** action as `matlab-actions/setup-matlab@v1`. The action accepts an optional input.
5555

5656
| Input | Description |
5757
|-----------|-------------|

0 commit comments

Comments
 (0)