File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171 run : ./gradlew dependencyUpdates -Drevision=release
7272
7373 - name : Cache gradle
74- 74+ 7575 with :
7676 path : ~/.gradle/caches
7777 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
8080 ${{ runner.os }}-gradle-
8181
8282 - name : Cache gradle wrapper
83- uses : actions/cache@v1
83+ uses : actions/cache@v2
8484 with :
8585 path : ~/.gradle/wrapper
8686 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradlew') }}
@@ -109,7 +109,7 @@ jobs:
109109 run : git fetch --unshallow --tags
110110
111111 - name : Cache gradle
112- 112+ 113113 with :
114114 path : ~/.gradle/caches
115115 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -118,7 +118,7 @@ jobs:
118118 ${{ runner.os }}-gradle-
119119
120120 - name : Cache gradle wrapper
121- uses : actions/cache@v1
121+ uses : actions/cache@v2
122122 with :
123123 path : ~/.gradle/wrapper
124124 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradlew') }}
@@ -171,7 +171,7 @@ jobs:
171171 run : git fetch --unshallow --tags
172172
173173 - name : Cache gradle
174- 174+ 175175 with :
176176 path : ~/.gradle/caches
177177 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -180,7 +180,7 @@ jobs:
180180 ${{ runner.os }}-gradle-
181181
182182 - name : Cache gradle wrapper
183- uses : actions/cache@v1
183+ uses : actions/cache@v2
184184 with :
185185 path : ~/.gradle/wrapper
186186 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradlew') }}
You can’t perform that action at this time.
0 commit comments