Skip to content

Commit 6374efd

Browse files
sbt-github-actions 0.24.0 (was 0.22.0) (#281)
* sbt-github-actions 0.24.0 (was 0.22.0) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent a9d9eac commit 6374efd

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: 11
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

@@ -78,6 +81,9 @@ jobs:
7881
java-version: 11
7982
cache: sbt
8083

84+
- name: Setup sbt
85+
uses: sbt/setup-sbt@v1
86+
8187
- name: Download target directories (2.12.20)
8288
uses: actions/download-artifact@v4
8389
with:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)