File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
java-version : ${{ matrix.JDK }}
30
30
31
31
- name : Cache Coursier cache
32
- uses : coursier/cache-action@v6.2
32
+ uses : coursier/cache-action@v6
33
33
34
34
- name : Cache Build Target
35
35
uses : actions/cache@v2
Original file line number Diff line number Diff line change 23
23
java-version : 8
24
24
25
25
- name : Cache Coursier cache
26
- uses : coursier/cache-action@v6.2
26
+ uses : coursier/cache-action@v6
27
27
28
28
- name : Install graphviz
29
29
run : sudo apt-get install -y graphviz
54
54
java-version : 8
55
55
56
56
- name : Cache Coursier cache
57
- uses : coursier/cache-action@v6.2
57
+ uses : coursier/cache-action@v6
58
58
59
59
- name : Enable jvm-opts
60
60
run : cp .jvmopts-ci .jvmopts
Original file line number Diff line number Diff line change 27
27
java-version : 8
28
28
29
29
- name : Cache Coursier cache
30
- uses : coursier/cache-action@v6.2
30
+ uses : coursier/cache-action@v6
31
31
32
32
- name : Cache Build Target
33
33
uses : actions/cache@v2
68
68
java-version : ${{ matrix.JDK }}
69
69
70
70
- name : Cache Coursier cache
71
- uses : coursier/cache-action@v6.2
71
+ uses : coursier/cache-action@v6
72
72
73
73
- name : Cache Build Target
74
74
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments