File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 timeout-minutes : 60
4141 steps :
4242 - name : Checkout current branch (full)
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 0
4646
@@ -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
@@ -261,7 +261,7 @@ jobs:
261261 runs-on : ${{ matrix.os }}
262262 steps :
263263 - name : Checkout current branch (full)
264- uses : actions/checkout@v5
264+ uses : actions/checkout@v6
265265 with :
266266 fetch-depth : 0
267267
@@ -309,7 +309,7 @@ jobs:
309309 runs-on : ${{ matrix.os }}
310310 steps :
311311 - name : Checkout current branch (fast)
312- uses : actions/checkout@v5
312+ uses : actions/checkout@v6
313313
314314 - name : Setup Java (temurin@11)
315315 id : setup-java-temurin-11
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
22addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
33addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
44
You can’t perform that action at this time.
0 commit comments