Commit fa8d3cc 1 parent 7453e9a commit fa8d3cc Copy full SHA for fa8d3cc
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 77
77
java-version : 22
78
78
cache : sbt
79
79
80
+ - name : Setup sbt
81
+ uses : sbt/setup-sbt@v1
82
+
80
83
- name : Check that workflows are up to date
81
84
run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
82
85
@@ -148,6 +151,9 @@ jobs:
148
151
java-version : 22
149
152
cache : sbt
150
153
154
+ - name : Setup sbt
155
+ uses : sbt/setup-sbt@v1
156
+
151
157
- name : Download target directories (2.13.14)
152
158
uses : actions/download-artifact@v4
153
159
with :
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.2.0" )
2
2
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
3
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .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