File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,18 @@ jobs:
1212 check-gradle :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : ' Set up JDK'
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 java-version : 8
2020 distribution : temurin
21- - name : ' Init Gradle Build Action'
22- uses : gradle/gradle-build-action@v3
21+ - name : Init Gradle Build Action
22+ uses : gradle/actions/setup-gradle@v5
2323 with :
24- # cache options only count for the first invocation
25- cache-read-only : ${{ github.ref != 'refs/heads/master' }}
26- arguments : --version
24+ cache-read-only : ${{ github.ref != 'refs/heads/master' }}
2725 - name : ' Check Spock'
28- uses : gradle/gradle-build-action@v3
29- with :
30- arguments : check
26+ run : ./gradlew check
3127 check-maven :
3228 runs-on : ubuntu-latest
3329 steps :
4036 restore-keys : |
4137 test-${{ runner.os }}-maven-
4238 - name : ' Set up JDK'
43- uses : actions/setup-java@v4
39+ uses : actions/setup-java@v5
4440 with :
4541 java-version : 8
4642 distribution : temurin
5046 check-ant :
5147 runs-on : ubuntu-latest
5248 steps :
53- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5450 - name : Cache Ivy download cache
5551 uses : actions/cache@v4
5652 with :
5955 restore-keys : |
6056 test-${{ runner.os }}-ivy-
6157 - name : ' Set up JDK'
62- uses : actions/setup-java@v4
58+ uses : actions/setup-java@v5
6359 with :
6460 java-version : 8
6561 distribution : temurin
You can’t perform that action at this time.
0 commit comments