Skip to content

Commit 29f8635

Browse files
authored
Merge pull request #276 from Dwolla/update/sbt-typelevel-ci-release-0.8.4
Update sbt-typelevel-ci-release, ... to 0.8.4
2 parents 3d12801 + 4a7963a commit 29f8635

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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

@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ${{ matrix.os }}
9595
steps:
9696
- name: Checkout current branch (full)
97-
uses: actions/checkout@v5
97+
uses: actions/checkout@v6
9898
with:
9999
fetch-depth: 0
100100

@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ${{ matrix.os }}
159159
steps:
160160
- name: Checkout current branch (full)
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162
with:
163163
fetch-depth: 0
164164

@@ -192,7 +192,7 @@ jobs:
192192
runs-on: ${{ matrix.os }}
193193
steps:
194194
- name: Checkout current branch (fast)
195-
uses: actions/checkout@v5
195+
uses: actions/checkout@v6
196196

197197
- name: Setup Java (temurin@11)
198198
id: setup-java-temurin-11

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)