Skip to content

Commit 2bdda1b

Browse files
authored
Merge pull request #3649 from typelevel/update/sbt-typelevel-0.8.4
Update sbt-typelevel, sbt-typelevel-site to 0.8.4
2 parents 8eb5cd3 + cc927b7 commit 2bdda1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTypelevelVersion = "0.8.3"
1+
val sbtTypelevelVersion = "0.8.4"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")

0 commit comments

Comments
 (0)