Skip to content

Commit ba1c183

Browse files
committed
Update action version in README.md
1 parent 3f260b7 commit ba1c183

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)