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.
2 parents abf92db + 7b1adb4 commit 853b05fCopy full SHA for 853b05f
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
fetch-depth: 0
29
- name: Setup Scala
30
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
31
32
distribution: "${{ matrix.distribution }}"
33
java-version: "${{ matrix.java }}"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Setup JDK
21
22
23
distribution: temurin
24
java-version: 8
0 commit comments