Skip to content

Commit d09e2f5

Browse files
Update sbt-typelevel-ci-release, ... to 0.8.4 (#296)
* Update sbt-typelevel-ci-release, ... to 0.8.4 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
1 parent 2e3cc7b commit d09e2f5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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

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

@@ -191,7 +191,7 @@ jobs:
191191
runs-on: ${{ matrix.os }}
192192
steps:
193193
- name: Checkout current branch (full)
194-
uses: actions/checkout@v5
194+
uses: actions/checkout@v6
195195
with:
196196
fetch-depth: 0
197197

@@ -226,7 +226,7 @@ jobs:
226226
runs-on: ${{ matrix.os }}
227227
steps:
228228
- name: Checkout current branch (full)
229-
uses: actions/checkout@v5
229+
uses: actions/checkout@v6
230230
with:
231231
fetch-depth: 0
232232

project/plugins.sbt

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

0 commit comments

Comments
 (0)