File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-java@v3
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-java@v4
14
14
with :
15
- java-version : ' 20 '
15
+ java-version : ' 21 '
16
16
distribution : ' temurin'
17
17
- name : Build with Gradle
18
- uses : gradle/gradle-build-action@v2
18
+ uses : gradle/gradle-build-action@v3
19
19
with :
20
- gradle-version : 8.3
20
+ gradle-version : 8.7
21
21
- run : ./gradlew checkstyleMain
22
22
- run : ./gradlew test
23
23
@@ -28,14 +28,14 @@ jobs:
28
28
29
29
steps :
30
30
- uses : actions/checkout@v3
31
- - uses : docker/setup-buildx-action@v2
31
+ - uses : docker/setup-buildx-action@v3
32
32
33
33
- uses : docker/login-action@v2
34
34
with :
35
35
username : ${{ secrets.DOCKER_USERNAME }}
36
36
password : ${{ secrets.DOCKER_PASSWORD }}
37
37
38
- - uses : docker/build-push-action@v4
38
+ - uses : docker/build-push-action@v5
39
39
with :
40
40
context : .
41
41
push : true
Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:20 -jdk
1
+ FROM eclipse-temurin:21 -jdk
2
2
3
3
WORKDIR /app
4
4
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments