Skip to content

Commit b99f368

Browse files
authored
use latest coursier/cache-action (#114)
1 parent 262b8c4 commit b99f368

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: ${{ matrix.JDK }}
3030

3131
- name: Cache Coursier cache
32-
uses: coursier/cache-action@v6.2
32+
uses: coursier/cache-action@v6
3333

3434
- name: Cache Build Target
3535
uses: actions/cache@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: 8
2424

2525
- name: Cache Coursier cache
26-
uses: coursier/cache-action@v6.2
26+
uses: coursier/cache-action@v6
2727

2828
- name: Install graphviz
2929
run: sudo apt-get install -y graphviz
@@ -54,7 +54,7 @@ jobs:
5454
java-version: 8
5555

5656
- name: Cache Coursier cache
57-
uses: coursier/cache-action@v6.2
57+
uses: coursier/cache-action@v6
5858

5959
- name: Enable jvm-opts
6060
run: cp .jvmopts-ci .jvmopts

.github/workflows/validate-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java-version: 8
2828

2929
- name: Cache Coursier cache
30-
uses: coursier/cache-action@v6.2
30+
uses: coursier/cache-action@v6
3131

3232
- name: Cache Build Target
3333
uses: actions/cache@v2
@@ -68,7 +68,7 @@ jobs:
6868
java-version: ${{ matrix.JDK }}
6969

7070
- name: Cache Coursier cache
71-
uses: coursier/cache-action@v6.2
71+
uses: coursier/cache-action@v6
7272

7373
- name: Cache Build Target
7474
uses: actions/cache@v2

0 commit comments

Comments
 (0)