Skip to content

Commit 10e3271

Browse files
Update sbt-github-actions to 0.24.0 (#106)
* Update sbt-github-actions to 0.24.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 81314a7 commit 10e3271

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
java-version: 17
5656
cache: sbt
5757

58+
- name: Setup sbt
59+
uses: sbt/setup-sbt@v1
60+
5861
- name: Check that workflows are up to date
5962
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
6063

project/sbt-github-actions.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")

0 commit comments

Comments
 (0)