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 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
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ${{ matrix.os }}
108108 steps :
109109 - name : Checkout current branch (full)
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111 with :
112112 fetch-depth : 0
113113
@@ -191,7 +191,7 @@ jobs:
191191 runs-on : ${{ matrix.os }}
192192 steps :
193193 - name : Checkout current branch (full)
194- uses : actions/checkout@v5
194+ uses : actions/checkout@v6
195195 with :
196196 fetch-depth : 0
197197
@@ -226,7 +226,7 @@ jobs:
226226 runs-on : ${{ matrix.os }}
227227 steps :
228228 - name : Checkout current branch (full)
229- uses : actions/checkout@v5
229+ uses : actions/checkout@v6
230230 with :
231231 fetch-depth : 0
232232
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.8.3 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.4 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.8.4 " )
44addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
55addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.9" )
66addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments