Skip to content

Commit

Permalink
Update sbt-github-actions to 0.24.0 (#487)
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 24, 2024
1 parent 615db46 commit 41bcbd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
java-version: 8
cache: sbt

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

- run: sbt '++ ${{ matrix.scala }}' 'scalafixAll --check'

- run: sbt '++ ${{ matrix.scala }}' scalafmtCheckAll
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
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-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit 41bcbd3

Please sign in to comment.