Skip to content

Commit 0194926

Browse files
CI: use temurin for JDK, update checkout and setup-java to v3.
1 parent 842a4a3 commit 0194926

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v3
1919
with:
2020
java-version: '11'
21-
distribution: 'adopt'
21+
distribution: 'temurin'
2222
cache: gradle
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew

0 commit comments

Comments
 (0)