File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 os : [ubuntu-latest, windows-latest]
2727 steps :
2828 - name : Check out
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - uses : gradle/wrapper-validation-action@v3
3131 - name : setup jdk ${{ env.RUNTIME_VERSION }}
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@v5
3333 with :
3434 distribution : temurin
3535 java-version : ${{ env.RUNTIME_VERSION }}
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 # We must fetch at least the immediate parents so that if this is
3939 # a pull request then we can checkout the head.
4646
4747 # We need to build with a newer JDK
4848 - name : setup jdk ${{ env.RUNTIME_VERSION }}
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
5050 with :
5151 distribution : temurin
5252 java-version : ${{ env.RUNTIME_VERSION }}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments