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 492a8c8 commit 5620aa8Copy full SHA for 5620aa8
.github/workflows/ci.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v3
29
- name: Setup JDK
30
- uses: olafurpg/setup-java@v4
+ uses: actions/setup-java@v4
31
with:
32
- distrubution: "adopt"
+ distribution: "adopt"
33
java-version: "${{ matrix.java }}"
34
- name: Set up sbt
35
uses: sbt/setup-sbt@v1
@@ -70,9 +70,9 @@ jobs:
70
71
72
73
74
75
76
java-version: "11"
77
78
0 commit comments