Skip to content

Commit 835b310

Browse files
authored
Merge pull request #39 from sullis/setup-java-v2
setup-java v2
2 parents 9f19a65 + a65ee86 commit 835b310

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sbt.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
fetch-depth: 0
26-
- name: Set up JDK 1.8
27-
uses: actions/setup-java@v1
26+
- name: Set up JDK
27+
uses: actions/setup-java@v2
2828
with:
29-
java-version: 1.8
29+
java-version: 8
30+
distribution: temurin
3031
- name: Cache SBT ivy cache
3132
uses: actions/cache@v1
3233
with:

0 commit comments

Comments
 (0)