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 4949 timeout-minutes : 60
5050 steps :
5151 - name : Checkout current branch (full)
52- uses : actions/checkout@v5
52+ uses : actions/checkout@v6
5353 with :
5454 fetch-depth : 0
5555
@@ -155,7 +155,7 @@ jobs:
155155 runs-on : ${{ matrix.os }}
156156 steps :
157157 - name : Checkout current branch (full)
158- uses : actions/checkout@v5
158+ uses : actions/checkout@v6
159159 with :
160160 fetch-depth : 0
161161
@@ -295,7 +295,7 @@ jobs:
295295 runs-on : ${{ matrix.os }}
296296 steps :
297297 - name : Checkout current branch (full)
298- uses : actions/checkout@v5
298+ uses : actions/checkout@v6
299299 with :
300300 fetch-depth : 0
301301
@@ -356,7 +356,7 @@ jobs:
356356 runs-on : ${{ matrix.os }}
357357 steps :
358358 - name : Checkout current branch (full)
359- uses : actions/checkout@v5
359+ uses : actions/checkout@v6
360360 with :
361361 fetch-depth : 0
362362
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 2.0.3 " )
1+ addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 2.0.4 " )
22addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
33addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" )
44addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments