We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85eb6f + efa296f commit c6e78acCopy full SHA for c6e78ac
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
timeout-minutes: 60
34
steps:
35
- name: Checkout current branch (full)
36
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
37
with:
38
fetch-depth: 0
39
project/plugin.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.18.0")
2
-addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.8.3")
+addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.8.4")
0 commit comments