Skip to content

Commit 83ef53f

Browse files
authored
bump actions/setup-java (#107)
* bump actions/setup-java
1 parent 295c6c5 commit 83ef53f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Set up JDK 11
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v4
2222
with:
23+
distribution: 'temurin'
2324
java-version: 11
2425

2526
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)