We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a617e42 commit dafa2dfCopy full SHA for dafa2df
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
- uses: actions/checkout@v2
17
with:
18
fetch-depth: 0
19
- - uses: coursier/cache-action@v6
20
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
21
22
distribution: temurin
23
java-version: ${{matrix.java}}
+ cache: sbt
24
- name: Test
25
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
0 commit comments