File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,25 @@ jobs:
54
54
- 2.13.14
55
55
- 2.13.15
56
56
- 2.13.16
57
- java : [temurin @8]
57
+ java : [zulu @8]
58
58
runs-on : ${{ matrix.os }}
59
59
steps :
60
60
- name : Checkout current branch (full)
61
61
uses : actions/checkout@v4
62
62
with :
63
63
fetch-depth : 0
64
64
65
- - name : Setup Java (temurin @8)
66
- if : matrix.java == 'temurin @8'
67
- uses : actions/setup-java@v3
65
+ - name : Setup Java (zulu @8)
66
+ if : matrix.java == 'zulu @8'
67
+ uses : actions/setup-java@v4
68
68
with :
69
- distribution : temurin
69
+ distribution : zulu
70
70
java-version : 8
71
71
cache : sbt
72
72
73
+ - name : Setup sbt
74
+ uses : sbt/setup-sbt@v1
75
+
73
76
- name : Check that workflows are up to date
74
77
run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
75
78
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" io.crashbox" % " sbt-gpg" % " 0.2.1" )
2
2
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.10" )
3
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.19 .0" )
3
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
You can’t perform that action at this time.
0 commit comments