File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
distribution : ' adopt'
20
20
java-version : ' 8'
21
21
- name : Cache Gradle packages
22
- uses : actions/cache@v2.1.5
22
+ uses : actions/cache@v2.1.6
23
23
with :
24
24
path : ~/.gradle/caches
25
25
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 21
21
distribution : ' adopt'
22
22
java-version : ' 11'
23
23
- name : Cache Gradle packages
24
- uses : actions/cache@v2.1.5
24
+ uses : actions/cache@v2.1.6
25
25
with :
26
26
path : ~/.gradle/caches
27
27
key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 19
19
distribution : ' adopt'
20
20
java-version : ' 8'
21
21
- name : Cache Gradle packages
22
- uses : actions/cache@v2.1.5
22
+ uses : actions/cache@v2.1.6
23
23
with :
24
24
path : ~/.gradle/caches
25
25
key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 24
24
distribution : ' adopt'
25
25
java-version : ' 8'
26
26
- name : Cache Gradle packages
27
- uses : actions/cache@v2.1.5
27
+ uses : actions/cache@v2.1.6
28
28
with :
29
29
path : ~/.gradle/caches
30
30
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 22
22
distribution : ' adopt'
23
23
java-version : ' 8'
24
24
- name : Cache Gradle packages
25
- uses : actions/cache@v2.1.5
25
+ uses : actions/cache@v2.1.6
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments