From e253b23cbba2052d66d7cc00cbde271757b43bf0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:44:34 +0200 Subject: [PATCH] Update sbt-github-actions to 0.24.0 (#310) * Update sbt-github-actions to 0.24.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 3 +++ project/plugins.sbt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f71315c..459af63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 5e166a4..18bb299 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // https://github.com/djspiewak/sbt-github-actions -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") // https://github.com/sbt/sbt-projectmatrix addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")