File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
3838 8
3939 ${{ matrix.java }}
4040 java-package : jdk
41- - uses : actions/cache@v1
41+ - uses : actions/cache@v4
4242 id : gradle-cache
4343 with :
4444 path : ~/.gradle/caches
4545 key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
4646 restore-keys : |
4747 - ${{ runner.os }}-gradle-
48- - uses : actions/cache@v1
48+ - uses : actions/cache@v4
4949 id : gradle-wrapper-cache
5050 with :
5151 path : ~/.gradle/wrapper
@@ -78,14 +78,14 @@ jobs:
7878 8
7979 21
8080 java-package : jdk
81- - uses : actions/cache@v1
81+ - uses : actions/cache@v4
8282 id : gradle-cache
8383 with :
8484 path : ~/.gradle/caches
8585 key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
8686 restore-keys : |
8787 - ${{ runner.os }}-gradle-
88- - uses : actions/cache@v1
88+ - uses : actions/cache@v4
8989 id : gradle-wrapper-cache
9090 with :
9191 path : ~/.gradle/wrapper
@@ -123,14 +123,14 @@ jobs:
123123 8
124124 21
125125 java-package : jdk
126- - uses : actions/cache@v1
126+ - uses : actions/cache@v4
127127 id : gradle-cache
128128 with :
129129 path : ~/.gradle/caches
130130 key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
131131 restore-keys : |
132132 - ${{ runner.os }}-gradle-
133- - uses : actions/cache@v1
133+ - uses : actions/cache@v4
134134 id : gradle-wrapper-cache
135135 with :
136136 path : ~/.gradle/wrapper
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionSha256Sum =64caf15a08354b01c3c32de0e433179e6678041e8dfe8aa2a27da06ec81c7e35
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-rc-2 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments