Skip to content

Commit dafa2df

Browse files
committed
Actions config: use setup-java@v3 to improve caching
1 parent a617e42 commit dafa2df

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 headerCheck versionPolicyCheck package

0 commit comments

Comments
 (0)