File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ${{ matrix.os }}
3030 steps :
3131 - name : Checkout current branch (full)
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0
3535
6262 runs-on : ${{ matrix.os }}
6363 steps :
6464 - name : Checkout current branch (full)
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
33addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6" )
44addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.4.2" )
55addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
6- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
6+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.29 .0" )
77addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.7.2" ) // override mdoc version from microsite
88addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
99// addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
You can’t perform that action at this time.
0 commit comments