File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 run : ./gradlew dependencyUpdates -Drevision=release
7272
7373 - name : Cache gradle
74- uses : actions/cache@v2.1.3
74+ uses : actions/cache@v2.1.8
7575 with :
7676 path : ~/.gradle/caches
7777 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -109,7 +109,7 @@ jobs:
109109 run : git fetch --unshallow --tags
110110
111111 - name : Cache gradle
112- uses : actions/cache@v2.1.3
112+ uses : actions/cache@v2.1.8
113113 with :
114114 path : ~/.gradle/caches
115115 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -171,7 +171,7 @@ jobs:
171171 run : git fetch --unshallow --tags
172172
173173 - name : Cache gradle
174- uses : actions/cache@v2.1.3
174+ uses : actions/cache@v2.1.8
175175 with :
176176 path : ~/.gradle/caches
177177 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
You can’t perform that action at this time.
0 commit comments