We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab04cc commit 1a08896Copy full SHA for 1a08896
1 file changed
.github/workflows/scala-release.yml
@@ -11,14 +11,16 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
-
15
- - uses: actions/checkout@v2
16
17
- - name: Set up JDK 11
18
- uses: actions/setup-java@v2
+ - uses: actions/checkout@v4
+
+ - name: Setup JDK
+ uses: actions/setup-java@v4
19
with:
20
- distribution: 'temurin'
21
- java-version: 11
+ distribution: temurin
+ java-version: 17
22
+ - name: Setup sbt launcher
23
+ uses: sbt/setup-sbt@v1
24
25
- name: Get the version
26
id: get_version
0 commit comments