Skip to content

Commit b09033c

Browse files
committed
update workflow actions and disabled cache
1 parent 564f5fc commit b09033c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Set up Java 11
19-
uses: actions/setup-java@v2
17+
- uses: actions/checkout@v4
18+
- name: Set up Java
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: '11'
23-
cache: 'gradle'
22+
java-version: '21'
2423
- name: Build with Gradle
2524
run: ./gradlew --no-daemon build

0 commit comments

Comments
 (0)