Skip to content

Commit fc9600b

Browse files
committed
Update actions/setup-java
1 parent 2f608f5 commit fc9600b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up JDK
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: 17
19+
distribution: 'temurin'
1920
- name: Build with Gradle
2021
run: ./gradlew clean build

0 commit comments

Comments
 (0)