From e4b31cb5897d6960286be9f45b5b3b10f19efcc1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 02:28:16 +0000 Subject: [PATCH] Update sbt-github-actions to 0.17.0 --- project/sbt-github-actions.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sbt-github-actions.sbt b/project/sbt-github-actions.sbt index 52a149d..fa857ce 100644 --- a/project/sbt-github-actions.sbt +++ b/project/sbt-github-actions.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.16.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.17.0")