Skip to content

Commit cf5aa96

Browse files
authored
Merge pull request #321 from Dwolla/update/sbt-typelevel-ci-release-0.8.4
Update sbt-typelevel-ci-release, ... to 0.8.4
2 parents 52d003f + 4824596 commit cf5aa96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 60
3939
steps:
4040
- name: Checkout current branch (full)
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0
4444

@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- name: Checkout current branch (full)
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v6
106106
with:
107107
fetch-depth: 0
108108

@@ -206,7 +206,7 @@ jobs:
206206
runs-on: ${{ matrix.os }}
207207
steps:
208208
- name: Checkout current branch (full)
209-
uses: actions/checkout@v5
209+
uses: actions/checkout@v6
210210
with:
211211
fetch-depth: 0
212212

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4")
44
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")

0 commit comments

Comments
 (0)