Skip to content

Commit fa8d3cc

Browse files
Update sbt-github-actions to 0.24.0 (#188)
* Update sbt-github-actions to 0.24.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 7453e9a commit fa8d3cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
java-version: 22
7878
cache: sbt
7979

80+
- name: Setup sbt
81+
uses: sbt/setup-sbt@v1
82+
8083
- name: Check that workflows are up to date
8184
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
8285

@@ -148,6 +151,9 @@ jobs:
148151
java-version: 22
149152
cache: sbt
150153

154+
- name: Setup sbt
155+
uses: sbt/setup-sbt@v1
156+
151157
- name: Download target directories (2.13.14)
152158
uses: actions/download-artifact@v4
153159
with:

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
22
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.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)