File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 runs-on : ${{ matrix.os }}
3232 steps :
3333 - name : Checkout current branch (full)
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 fetch-depth : 0
3737
@@ -55,10 +55,10 @@ jobs:
5555 uses : sbt/setup-sbt@v1
5656
5757 - name : Check that workflows are up to date
58- run : sbt -batch '++ ${{ matrix.scala }}' githubWorkflowCheck
58+ run : sbt -batch '++ ${{ matrix.scala }}; githubWorkflowCheck'
5959
6060 - name : Verify project
61- run : sbt -batch '++ ${{ matrix.scala }}' verify
61+ run : sbt -batch '++ ${{ matrix.scala }}; verify'
6262
6363 - name : Compress target directories
6464 run : tar cf targets.tar plugin/target themes/generic/target target docs/target tests/target theme-plugin/target core/target themes/target testkit/target project/target
8181 runs-on : ${{ matrix.os }}
8282 steps :
8383 - name : Checkout current branch (full)
84- uses : actions/checkout@v6
84+ uses : actions/checkout@v7
8585 with :
8686 fetch-depth : 0
8787
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2
1818addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
1919addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.10.7" )
2020addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-lightbend-project-info" % " 3.0.1" )
21- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.30 .0" )
21+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.31 .0" )
2222addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.12.0" )
2323
2424libraryDependencies += " org.scala-sbt" %% " scripted-plugin" % sbtVersion.value
You can’t perform that action at this time.
0 commit comments