Skip to content

Commit 1a08896

Browse files
committed
Fix release CI (attempt)
1 parent dab04cc commit 1a08896

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/scala-release.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
15-
- uses: actions/checkout@v2
16-
17-
- name: Set up JDK 11
18-
uses: actions/setup-java@v2
14+
- uses: actions/checkout@v4
15+
16+
- name: Setup JDK
17+
uses: actions/setup-java@v4
1918
with:
20-
distribution: 'temurin'
21-
java-version: 11
19+
distribution: temurin
20+
java-version: 17
21+
22+
- name: Setup sbt launcher
23+
uses: sbt/setup-sbt@v1
2224

2325
- name: Get the version
2426
id: get_version

0 commit comments

Comments
 (0)