From 12792bef5500f1c335bc22262742cb4025d33de2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Oct 2023 00:49:42 +0000 Subject: [PATCH] Update sbt-github-actions to 0.18.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 643d0f3..455e3b0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addDependencyTreePlugin addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") -addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.18.0")