Skip to content

Commit 4220749

Browse files
authored
Apply suggestions from code review
Fix deprecation version
1 parent 1531a02 commit 4220749

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

github-actions/src/main/scala/org/typelevel/sbt/gha/GenerativePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ ${indent(rendered.mkString("\n"), 1)}"""
351351
indent(preamble + body, 1).updated(0, '-')
352352
}
353353

354-
@deprecated("Use the overload with renderedContinueOnError", since = "0.7.8")
354+
@deprecated("Use the overload with renderedContinueOnError", since = "0.8.1")
355355
def renderRunBody(
356356
commands: List[String],
357357
params: Map[String, String],

github-actions/src/main/scala/org/typelevel/sbt/gha/WorkflowStep.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ object WorkflowStep {
138138
}
139139

140140
object Run {
141-
@deprecated("Use the apply method with continueOnError", since = "0.7.8")
141+
@deprecated("Use the apply method with continueOnError", since = "0.8.1")
142142
def apply(
143143
commands: List[String],
144144
id: Option[String],
@@ -230,7 +230,7 @@ object WorkflowStep {
230230

231231
object Sbt {
232232

233-
@deprecated("Use the apply method with continueOnError", since = "0.7.8")
233+
@deprecated("Use the apply method with continueOnError", since = "0.8.1")
234234
def apply(
235235
commands: List[String],
236236
id: Option[String],
@@ -301,7 +301,7 @@ object WorkflowStep {
301301

302302
object Use {
303303

304-
@deprecated("Use the apply method with continueOnError", since = "0.7.8")
304+
@deprecated("Use the apply method with continueOnError", since = "0.8.1")
305305
def apply(
306306
ref: UseRef,
307307
params: Map[String, String],

0 commit comments

Comments
 (0)