Skip to content

Commit 92a7c68

Browse files
Merge pull request #820 from typelevel/update/sbt-typelevel-0.8.4
Update sbt-typelevel to 0.8.4
2 parents 61a76f3 + 85bfbd8 commit 92a7c68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 60
3535
steps:
3636
- name: Checkout current branch (full)
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
4040

@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Checkout current branch (full)
114-
uses: actions/checkout@v5
114+
uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 0
117117

@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ${{ matrix.os }}
189189
steps:
190190
- name: Checkout current branch (full)
191-
uses: actions/checkout@v5
191+
uses: actions/checkout@v6
192192
with:
193193
fetch-depth: 0
194194

@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ${{ matrix.os }}
237237
steps:
238238
- name: Checkout current branch (fast)
239-
uses: actions/checkout@v5
239+
uses: actions/checkout@v6
240240

241241
- name: Setup Java (temurin@11)
242242
id: setup-java-temurin-11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4")
22

33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
44
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)