Skip to content

Commit 9cbccdd

Browse files
authored
Merge pull request #182 from Dwolla/update/sbt-typelevel-ci-release-0.8.4
Update sbt-typelevel-ci-release, ... to 0.8.4
2 parents 834de69 + f804dba commit 9cbccdd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

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

@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ${{ matrix.os }}
100100
steps:
101101
- name: Checkout current branch (full)
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
fetch-depth: 0
105105

@@ -213,7 +213,7 @@ jobs:
213213
runs-on: ${{ matrix.os }}
214214
steps:
215215
- name: Checkout current branch (full)
216-
uses: actions/checkout@v5
216+
uses: actions/checkout@v6
217217
with:
218218
fetch-depth: 0
219219

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4")
66
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.12.2")
77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
88

0 commit comments

Comments
 (0)