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 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
@@ -251,7 +251,7 @@ jobs:
251251 runs-on : ${{ matrix.os }}
252252 steps :
253253 - name : Checkout current branch (full)
254- uses : actions/checkout@v5
254+ uses : actions/checkout@v6
255255 with :
256256 fetch-depth : 0
257257
@@ -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
Original file line number Diff line number Diff line change 1- val sbtTypelevelVersion = " 0.8.3 "
1+ val sbtTypelevelVersion = " 0.8.4 "
22addSbtPlugin(" org.typelevel" % " sbt-typelevel" % sbtTypelevelVersion)
33addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % sbtTypelevelVersion)
44addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
You can’t perform that action at this time.
0 commit comments