Skip to content

Commit c8f5100

Browse files
authored
Merge pull request #831 from Dwolla/update/sbt-typelevel-ci-release-0.8.4
Update sbt-typelevel-ci-release, ... to 0.8.4
2 parents 82445ff + 3ef9eea commit c8f5100

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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

@@ -229,7 +229,7 @@ jobs:
229229
runs-on: ${{ matrix.os }}
230230
steps:
231231
- name: Checkout current branch (full)
232-
uses: actions/checkout@v5
232+
uses: actions/checkout@v6
233233
with:
234234
fetch-depth: 0
235235

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.8.3")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.8.4")
88

99

1010
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")

0 commit comments

Comments
 (0)