We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b640f88 commit cb299f2Copy full SHA for cb299f2
.github/workflows/gradle.yml
@@ -14,14 +14,14 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
- - name: Set up JDK 11
21
- uses: actions/setup-java@v3
+ - name: Set up JDK 17
+ uses: actions/setup-java@v4
22
23
distribution: 'temurin'
24
- java-version: '11'
+ java-version: '17'
25
cache: 'gradle'
26
- name: Build with Gradle
27
run: chmod +x gradlew && ./gradlew build
0 commit comments