Skip to content

Commit

Permalink
CI: use temurin for JDK, update checkout and setup-java to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Jul 11, 2022
1 parent 842a4a3 commit 0194926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 0194926

Please sign in to comment.