From 6edcbf273275f4f4be3afbf00c2db730cae9a210 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 10:28:14 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.24.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1a8fad77..ec2ae2ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,5 +13,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always From 2df4f7d29b8ab84c14cae969a96f5e5fa8de2059 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 10:29:29 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc3fd55..d2685db1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,9 @@ jobs: java-version: 17 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Check that workflows are up to date run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck @@ -127,6 +130,9 @@ jobs: java-version: 17 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Publish library env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}