Skip to content

Commit 04021a1

Browse files
committed
fix check opeanpi
1 parent df335ed commit 04021a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
generator: openapi-yaml
2626
openapi-file: api.yaml
27-
generator-tag: v6.6.0
27+
generator-tag: v7.2.0
2828
- name: check if api.yaml are equals
2929
run: |
3030
if diff -q _build/api.yaml openapi-yaml-client/openapi/openapi.yaml >/dev/null; then

0 commit comments

Comments
 (0)