Skip to content

Commit c6e78ac

Browse files
authored
Merge pull request #473 from http4s/update/sbt-typelevel-github-actions-0.8.4
2 parents f85eb6f + efa296f commit c6e78ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 60
3434
steps:
3535
- name: Checkout current branch (full)
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.18.0")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.8.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.8.4")

0 commit comments

Comments
 (0)