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 1717 - name : Set up JDK
1818 uses : actions/setup-java@v1
1919 with :
20- java-version : 13
20+ java-version : 13.0.2
2121 - name : Look for outdated dependencies
2222 run : ./gradlew -q checkOutdatedDependencies
2323 - name : Report issues
Original file line number Diff line number Diff line change 6363 - name : Set up JDK
6464 uses : actions/setup-java@v1
6565 with :
66- java-version : 13
66+ java-version : 13.0.2
6767 # configuration based on https://github.com/actions/cache/blob/master/examples.md#java---gradle
6868 - uses : actions/cache@v1
6969 name : Restore gradle cache
Original file line number Diff line number Diff line change 3434 - name : Set up JDK
3535 uses : actions/setup-java@v1
3636 with :
37- java-version : 13
37+ java-version : 13.0.2
3838 - uses : actions/cache@v1
3939 name : Restore gradle chache
4040 with :
Original file line number Diff line number Diff line change 3131 - name : Set up JDK
3232 uses : actions/setup-java@v1
3333 with :
34- java-version : 13
34+ java-version : 13.0.2
3535 - uses : actions/cache@v1
3636 name : Restore gradle chache
3737 with :
Original file line number Diff line number Diff line change 2020 - name : Set up JDK
2121 uses : actions/setup-java@v1
2222 with :
23- java-version : 13
23+ java-version : 13.0.2
2424 - uses : actions/cache@v1
2525 name : Restore gradle cache
2626 with :
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-6.0 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments