Skip to content

Commit 5f25cdf

Browse files
authored
Update ci.yml
1 parent 097e409 commit 5f25cdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
submodules: true
16-
- uses: actions/setup-java@v3
16+
- uses: actions/setup-java@v4
1717
with:
18-
distribution: 'temurin'
18+
distribution: 'zulu'
1919
java-version: '8'
2020
cache: 'maven'
2121

0 commit comments

Comments
 (0)