Skip to content

Commit 29fca1f

Browse files
committed
Update actions
1 parent 91c6b28 commit 29fca1f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout public submodules
2020
run: |
2121
git config --global url."https://github.com/".insteadOf "git@github.com:"
22-
git submodule update --init vertx-jooq-fork
22+
git submodule update --init vertx-jooq-fork spellsource-ts-proto/ts-proto
2323
- uses: actions/setup-java@v4
2424
with:
2525
java-version: '24'
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout public submodules
4949
run: |
5050
git config --global url."https://github.com/".insteadOf "git@github.com:"
51-
git submodule update --init vertx-jooq-fork
51+
git submodule update --init vertx-jooq-fork spellsource-ts-proto/ts-proto
5252
- uses: actions/setup-java@v4
5353
with:
5454
java-version: '24'

.github/workflows/gradle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout public submodules
1414
run: |
1515
git config --global url."https://github.com/".insteadOf "git@github.com:"
16-
git submodule update --init vertx-jooq-fork
16+
git submodule update --init vertx-jooq-fork spellsource-ts-proto/ts-proto
1717
- uses: actions/setup-java@v4
1818
with:
1919
java-version: '24'

.github/workflows/website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout public submodules
2323
run: |
2424
git config --global url."https://github.com/".insteadOf "git@github.com:"
25-
git submodule update --init vertx-jooq-fork
25+
git submodule update --init vertx-jooq-fork spellsource-ts-proto/ts-proto
2626
- uses: actions/setup-java@v4
2727
with:
2828
java-version: '24'

0 commit comments

Comments
 (0)