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 4444 timeout-minutes : 60
4545 steps :
4646 - name : Checkout current branch (full)
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 fetch-depth : 0
5050
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ${{ matrix.os }}
130130 steps :
131131 - name : Checkout current branch (full)
132- uses : actions/checkout@v5
132+ uses : actions/checkout@v6
133133 with :
134134 fetch-depth : 0
135135
@@ -286,7 +286,7 @@ jobs:
286286 runs-on : ${{ matrix.os }}
287287 steps :
288288 - name : Checkout current branch (full)
289- uses : actions/checkout@v5
289+ uses : actions/checkout@v6
290290 with :
291291 fetch-depth : 0
292292
@@ -334,7 +334,7 @@ jobs:
334334 runs-on : ${{ matrix.os }}
335335 steps :
336336 - name : Checkout current branch (full)
337- uses : actions/checkout@v5
337+ uses : actions/checkout@v6
338338 with :
339339 fetch-depth : 0
340340
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
33addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.9" )
44addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.8.3 " )
6- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.8.3 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.8.4 " )
6+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.8.4 " )
You can’t perform that action at this time.
0 commit comments