File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 timeout-minutes : 60
3636 steps :
3737 - name : Checkout current branch (full)
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141
9999 runs-on : ${{ matrix.os }}
100100 steps :
101101 - name : Checkout current branch (full)
102- uses : actions/checkout@v5
102+ uses : actions/checkout@v6
103103 with :
104104 fetch-depth : 0
105105
@@ -213,7 +213,7 @@ jobs:
213213 runs-on : ${{ matrix.os }}
214214 steps :
215215 - name : Checkout current branch (full)
216- uses : actions/checkout@v5
216+ uses : actions/checkout@v6
217217 with :
218218 fetch-depth : 0
219219
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
22addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
4- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.3 " )
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
4+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.4 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.4 " )
66addSbtPlugin(" io.github.sbt-doctest" % " sbt-doctest" % " 0.12.2" )
77addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
88
You can’t perform that action at this time.
0 commit comments