File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 name : " validation"
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 1616 java : [ 8 ]
1717 name : CI with Java ${{ matrix.java }}
1818 steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout@v4
2020 - name : Setup jdk
2121 uses : actions/setup-java@v1
2222 with :
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v1
15+ - uses : actions/checkout@v4
1616 - name : Setup jdk 8
1717 uses : actions/setup-java@v1
1818 with :
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515 - name : Set up JDK
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.netflix.nebula.netflixoss' version ' 11.3.2 '
2+ id ' com.netflix.nebula.netflixoss' version ' 11.6.0 '
33}
44
55// Establish version and status
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.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments