Skip to content

Commit 64e5100

Browse files
Update sbt-github-actions to 0.24.0 (#342)
* Update sbt-github-actions to 0.24.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent e00d18f commit 64e5100

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
java-version: 8
4141
cache: sbt
4242

43+
- name: Setup sbt
44+
uses: sbt/setup-sbt@v1
45+
4346
- name: Check that workflows are up to date
4447
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
4548

@@ -84,6 +87,9 @@ jobs:
8487
java-version: 8
8588
cache: sbt
8689

90+
- name: Setup sbt
91+
uses: sbt/setup-sbt@v1
92+
8793
- name: Download target directories (2.11.12)
8894
uses: actions/download-artifact@v4
8995
with:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
22

3-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
44

55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
66

0 commit comments

Comments
 (0)