File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout the repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Set up Java
23
- uses : actions/setup-java@v4
23
+ uses : actions/setup-java@v5
24
24
with :
25
25
distribution : ' zulu'
26
26
java-version : 11
Original file line number Diff line number Diff line change 10
10
timeout-minutes : 20
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
timeout-minutes : 30
22
22
runs-on : macos-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0
27
27
28
28
- name : Set up Java
29
- uses : actions/setup-java@v4
29
+ uses : actions/setup-java@v5
30
30
with :
31
31
distribution : ' zulu'
32
32
java-version : 11
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
with :
12
12
fetch-depth : 0
13
13
14
14
- name : Set up Java
15
- uses : actions/setup-java@v4
15
+ uses : actions/setup-java@v5
16
16
with :
17
17
distribution : ' zulu'
18
18
java-version : 11
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.12.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -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