File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 disk-root : ' C:'
4242
4343 - name : Checkout current branch (full)
44- uses : actions/checkout@v6
44+ uses : actions/checkout@v7
4545 with :
4646 fetch-depth : 0
4747
@@ -58,10 +58,10 @@ jobs:
5858
5959 - name : Check that workflows are up to date
6060 shell : bash
61- run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
61+ run : sbt '++ ${{ matrix.scala }}; githubWorkflowCheck'
6262
6363 - shell : bash
64- run : sbt '++ ${{ matrix.scala }}' test scripted
64+ run : sbt '++ ${{ matrix.scala }}; test; scripted'
6565
6666 - name : Compress target directories
6767 shell : bash
9797 disk-root : ' C:'
9898
9999 - name : Checkout current branch (full)
100- uses : actions/checkout@v6
100+ uses : actions/checkout@v7
101101 with :
102102 fetch-depth : 0
103103
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
2525addSbtPlugin(" org.mdedetrich" % " sbt-apache-sonatype" % " 0.1.12" )
2626addSbtPlugin(" com.github.pjfanning" % " sbt-source-dist" % " 0.1.13" )
2727addSbtPlugin(" net.bzzt" % " sbt-reproducible-builds" % " 0.32" )
28- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.30 .0" )
28+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.31 .0" )
You can’t perform that action at this time.
0 commit comments