File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,25 @@ jobs:
23
23
matrix :
24
24
os : [ubuntu-latest]
25
25
scala : [2.12.17, 2.13.10, 3.3.3]
26
- java : [temurin @8]
26
+ java : [zulu @8]
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
29
29
- name : Checkout current branch (full)
30
30
uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
34
- - name : Setup Java (temurin @8)
35
- if : matrix.java == 'temurin @8'
34
+ - name : Setup Java (zulu @8)
35
+ if : matrix.java == 'zulu @8'
36
36
uses : actions/setup-java@v4
37
37
with :
38
- distribution : temurin
38
+ distribution : zulu
39
39
java-version : 8
40
40
cache : sbt
41
41
42
+ - name : Setup sbt
43
+ uses : sbt/setup-sbt@v1
44
+
42
45
- name : Check that workflows are up to date
43
46
run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
44
47
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4" )
2
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
2
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
3
3
addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
4
4
addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
5
5
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments