File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 - name : Check Dependency Updates
6464 run : ./gradlew dependencyUpdates -Drevision=release
6565
66- - uses : actions/cache@v2.1.3
66+ - uses : actions/cache@v2.1.4
6767 with :
6868 path : ~/.gradle/caches
6969 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
9191 - name : Prepare repository
9292 run : git fetch --unshallow --tags
9393
94- - uses : actions/cache@v2.1.3
94+ - uses : actions/cache@v2.1.4
9595 with :
9696 path : ~/.gradle/caches
9797 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -143,7 +143,7 @@ jobs:
143143 - name : Prepare repository
144144 run : git fetch --unshallow --tags
145145
146- - uses : actions/cache@v2.1.3
146+ - uses : actions/cache@v2.1.4
147147 with :
148148 path : ~/.gradle/caches
149149 key : ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
You can’t perform that action at this time.
0 commit comments