Skip to content

Commit a5c28e1

Browse files
authored
Merge pull request #3 from swimmwatch/dev
Update action version in README.md example
2 parents cbab3cb + ba1c183 commit a5c28e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
88
```yml
99
- name: "Find difference between OpenAPI specifications"
1010
id: diff_state
11-
uses: swimmwatch/openapi-diff-action@v1.0.0
11+
uses: swimmwatch/openapi-diff-action@v1.0.1
1212
with:
1313
old-spec: "old_spec.json"
1414
new-spec: "new_spec.json"

0 commit comments

Comments
 (0)