Skip to content

Commit 93ad9b7

Browse files
committed
Doc v0 -> v1
1 parent f32a05c commit 93ad9b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out repository
2424
uses: actions/checkout@v2
2525
- name: Run script
26-
uses: matlab-actions/run-command@v0
26+
uses: matlab-actions/run-command@v1
2727
with:
2828
command: myscript
2929
```
@@ -44,15 +44,15 @@ jobs:
4444
- name: Check out repository
4545
uses: actions/checkout@v2
4646
- name: Install MATLAB
47-
uses: matlab-actions/setup-matlab@v0
47+
uses: matlab-actions/setup-matlab@v1
4848
- name: Run commands
49-
uses: matlab-actions/run-command@v0
49+
uses: matlab-actions/run-command@v1
5050
with:
5151
command: results = runtests, assertSuccess(results);
5252
```
5353
5454
## Run MATLAB Command
55-
When you define your workflow in the `.github/workflows` directory of your repository, specify the **Run MATLAB Command** action as `matlab-actions/run-command@v0`. The action requires an input.
55+
When you define your workflow in the `.github/workflows` directory of your repository, specify the **Run MATLAB Command** action as `matlab-actions/run-command@v1`. The action requires an input.
5656

5757
Input | Description
5858
------------------------- | ---------------

0 commit comments

Comments
 (0)