Skip to content

Commit ed4a486

Browse files
committed
upgrade CI plugin due to sbt issue
1 parent ae04d9f commit ed4a486

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
java-version: 21
6565
cache: sbt
6666

67+
- name: Setup sbt
68+
uses: sbt/setup-sbt@v1
69+
6770
- name: Check that workflows are up to date
6871
run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' githubWorkflowCheck
6972

@@ -126,6 +129,9 @@ jobs:
126129
java-version: 21
127130
cache: sbt
128131

132+
- name: Setup sbt
133+
uses: sbt/setup-sbt@v1
134+
129135
- name: Download target directories (2.11.12)
130136
uses: actions/download-artifact@v4
131137
with:

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.6
1+
sbt.version=1.10.7

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
88

99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
1010

11-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
11+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
1212

1313
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
1414

0 commit comments

Comments
 (0)