File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 timeout-minutes : 60
3535 steps :
3636 - name : Checkout current branch (full)
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 0
4040
9494 runs-on : ${{ matrix.os }}
9595 steps :
9696 - name : Checkout current branch (full)
97- uses : actions/checkout@v5
97+ uses : actions/checkout@v6
9898 with :
9999 fetch-depth : 0
100100
@@ -158,7 +158,7 @@ jobs:
158158 runs-on : ${{ matrix.os }}
159159 steps :
160160 - name : Checkout current branch (full)
161- uses : actions/checkout@v5
161+ uses : actions/checkout@v6
162162 with :
163163 fetch-depth : 0
164164
@@ -192,7 +192,7 @@ jobs:
192192 runs-on : ${{ matrix.os }}
193193 steps :
194194 - name : Checkout current branch (fast)
195- uses : actions/checkout@v5
195+ uses : actions/checkout@v6
196196
197197 - name : Setup Java (temurin@11)
198198 id : setup-java-temurin-11
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
4- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.3 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.4 " )
4+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.4 " )
55addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
66addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.4" )
77addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments