Skip to content

Commit cb299f2

Browse files
authored
Update gradle.yml
1 parent b640f88 commit cb299f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/gradle.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
- name: Set up JDK 11
21-
uses: actions/setup-java@v3
20+
- name: Set up JDK 17
21+
uses: actions/setup-java@v4
2222
with:
2323
distribution: 'temurin'
24-
java-version: '11'
24+
java-version: '17'
2525
cache: 'gradle'
2626
- name: Build with Gradle
2727
run: chmod +x gradlew && ./gradlew build

0 commit comments

Comments
 (0)