Skip to content

Commit 6c49587

Browse files
committed
others(Github): update github's actions
1 parent 20c9efa commit 6c49587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- uses: actions/checkout@v3
3434

3535
# 设置 JDK
36-
- name: set up JDK 11
36+
- name: set up JDK 17
3737
uses: actions/setup-java@v3
3838
with:
39-
java-version: '11'
40-
distribution: 'temurin'
39+
java-version: '17'
40+
distribution: 'adopt'
4141
cache: gradle
4242

4343
# 给 gradlew 增加执行权限

0 commit comments

Comments
 (0)