Skip to content

Commit

Permalink
Merge pull request #592 from scala-steward/update/sbt-github-actions-…
Browse files Browse the repository at this point in the history
…0.24.0

Update sbt-github-actions to 0.24.0
  • Loading branch information
yanns authored Jun 24, 2024
2 parents a5822a9 + 0fc8428 commit 8e8bf9e
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: 17
cache: sbt

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

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

Expand Down Expand Up @@ -82,6 +85,9 @@ jobs:
java-version: 17
cache: sbt

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

- name: Download target directories (2.12.19)
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

// https://github.com/djspiewak/sbt-github-actions/releases
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

Expand Down

0 comments on commit 8e8bf9e

Please sign in to comment.