Skip to content

Commit 8f3a3a8

Browse files
committed
use latest openapi-generator
1 parent d44e1f2 commit 8f3a3a8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ jobs:
107107
run: npm ci && npm run preprocessing -- --opensearch-version "$OPENSEARCH_VERSION"
108108

109109
- name: Clone Protobuf Generator Repository
110-
run: |
111-
git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
112-
cd cloned-repo
113-
git checkout 6699ecd9d2f4e0868f23bb36566ea03cd1230e6a
110+
run: git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
114111

115112
- name: Build Protobuf Generator Tool
116113
run: |

0 commit comments

Comments
 (0)