From eaebf882e4bb409f544923a06c3feef1f68ded14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 15:06:50 +0000 Subject: [PATCH] Update sbt-github-actions to 0.30.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7730100eb..d77a2017a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")