Skip to content

Commit 68ca514

Browse files
committed
Check submodules with v3
1 parent d5376b3 commit 68ca514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Check all submodules up-to-date
2121
run: |
22-
git submodule update --recursive --remote
22+
./scripts/switch-submodules-to-v3.bash
2323
git diff --exit-code
2424
2525
check-swagger:

0 commit comments

Comments
 (0)