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
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ${{ matrix.os }}
140140 steps :
141141 - name : Checkout current branch (full)
142- uses : actions/checkout@v5
142+ uses : actions/checkout@v6
143143 with :
144144 fetch-depth : 0
145145
@@ -296,7 +296,7 @@ jobs:
296296 runs-on : ${{ matrix.os }}
297297 steps :
298298 - name : Checkout current branch (full)
299- uses : actions/checkout@v5
299+ uses : actions/checkout@v6
300300 with :
301301 fetch-depth : 0
302302
@@ -345,7 +345,7 @@ jobs:
345345 runs-on : ${{ matrix.os }}
346346 steps :
347347 - name : Checkout current branch (full)
348- uses : actions/checkout@v5
348+ uses : actions/checkout@v6
349349 with :
350350 fetch-depth : 0
351351
@@ -392,7 +392,7 @@ jobs:
392392 runs-on : ${{ matrix.os }}
393393 steps :
394394 - name : Checkout current branch (full)
395- uses : actions/checkout@v5
395+ uses : actions/checkout@v6
396396 with :
397397 fetch-depth : 0
398398
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(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
You can’t perform that action at this time.
0 commit comments