File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 40
40
java-version : 11
41
41
cache : sbt
42
42
43
+ - name : Setup sbt
44
+ uses : sbt/setup-sbt@v1
45
+
43
46
- name : Check that workflows are up to date
44
47
run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
45
48
78
81
java-version : 11
79
82
cache : sbt
80
83
84
+ - name : Setup sbt
85
+ uses : sbt/setup-sbt@v1
86
+
81
87
- name : Download target directories (2.12.20)
82
88
uses : actions/download-artifact@v4
83
89
with :
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
2
2
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
3
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.22 .0" )
3
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
4
4
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
You can’t perform that action at this time.
0 commit comments