Skip to content

Commit a8cbc9c

Browse files
authored
Merge pull request #121 from Dwolla/update/sbt-typelevel-ci-release-0.8.4
Update sbt-typelevel-ci-release, ... to 0.8.4
2 parents 3c12c87 + 4e709af commit a8cbc9c

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

@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ${{ matrix.os }}
108108
steps:
109109
- name: Checkout current branch (full)
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

@@ -184,7 +184,7 @@ jobs:
184184
runs-on: ${{ matrix.os }}
185185
steps:
186186
- name: Checkout current branch (full)
187-
uses: actions/checkout@v5
187+
uses: actions/checkout@v6
188188
with:
189189
fetch-depth: 0
190190

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ logLevel := Level.Warn
22

33
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
44

5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4")

0 commit comments

Comments
 (0)