File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
3232 uses : actions/setup-java@v4
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.
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