Skip to content

Commit 1770a87

Browse files
committed
Actions: upgrade to setup-java@v3
1 parent 0178b5c commit 1770a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 0
19-
- uses: coursier/cache-action@v6
20-
- uses: actions/setup-java@v2
19+
- uses: actions/setup-java@v3
2120
with:
2221
distribution: temurin
2322
java-version: ${{matrix.java}}
23+
cache: sbt
2424
- name: Test
2525
run: sbt ++${{matrix.scala}} test package

0 commit comments

Comments
 (0)