File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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
@@ -206,7 +206,7 @@ jobs:
206206 runs-on : ${{ matrix.os }}
207207 steps :
208208 - name : Checkout current branch (full)
209- uses : actions/checkout@v5
209+ uses : actions/checkout@v6
210210 with :
211211 fetch-depth : 0
212212
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.4 " )
44addSbtPlugin(" org.portable-scala" % " sbt-crossproject" % " 1.3.2" )
55addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
66addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
You can’t perform that action at this time.
0 commit comments