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 4040 java-version : 11
4141 cache : sbt
4242
43+ - name : Setup sbt
44+ uses : sbt/setup-sbt@v1
45+
4346 - name : Check that workflows are up to date
4447 run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
4548
7881 java-version : 11
7982 cache : sbt
8083
84+ - name : Setup sbt
85+ uses : sbt/setup-sbt@v1
86+
8187 - name : Download target directories (2.12.20)
8288 uses : actions/download-artifact@v4
8389 with :
Original file line number Diff line number Diff line change 11addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
22addSbtPlugin(" 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" )
44addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
You can’t perform that action at this time.
0 commit comments