File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 timeout-minutes : 60
3939 steps :
4040 - name : Checkout current branch (full)
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
4444
@@ -102,7 +102,7 @@ jobs:
102102 runs-on : ${{ matrix.os }}
103103 steps :
104104 - name : Checkout current branch (full)
105- uses : actions/checkout@v5
105+ uses : actions/checkout@v6
106106 with :
107107 fetch-depth : 0
108108
@@ -229,7 +229,7 @@ jobs:
229229 runs-on : ${{ matrix.os }}
230230 steps :
231231 - name : Checkout current branch (full)
232- uses : actions/checkout@v5
232+ uses : actions/checkout@v6
233233 with :
234234 fetch-depth : 0
235235
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
22addSbtPlugin(" org.portable-scala" % " sbt-crossproject" % " 1.3.2" )
33addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
4- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.3 " )
6- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
7- addSbtPlugin(" org.typelevel" % " sbt-typelevel-no-publish" % " 0.8.3 " )
4+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.4 " )
6+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.4 " )
7+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-no-publish" % " 0.8.4 " )
88
99
1010addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta44" )
You can’t perform that action at this time.
0 commit comments