Skip to content

Commit

Permalink
Update sbt-github-actions to 0.24.0 (#1252)
Browse files Browse the repository at this point in the history
* Update sbt-github-actions to 0.24.0

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent c652596 commit 3f5f970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
java-version: 18
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Check formatting ✔
run: sbt '++ ${{ matrix.scala }}' scalafmtCheckAll

Expand Down Expand Up @@ -73,6 +76,9 @@ jobs:
java-version: 18
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Check binary compatibility ✔
run: sbt mimaReportBinaryIssues

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

// release management
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
Expand Down

0 comments on commit 3f5f970

Please sign in to comment.