Skip to content

Commit 07e1685

Browse files
committed
revert to sbt-github-actions 0.23.0
1 parent cf09b98 commit 07e1685

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

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

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

@@ -82,9 +79,6 @@ jobs:
8279
java-version: 8
8380
cache: sbt
8481

85-
- name: Setup sbt
86-
uses: sbt/setup-sbt@v1
87-
8882
- name: Download target directories (2.12.19)
8983
uses: actions/download-artifact@v4
9084
with:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
3-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
66

0 commit comments

Comments
 (0)