Skip to content

Commit 1e60eec

Browse files
authored
Merge pull request #2160 from scala-steward/update/sbt-github-actions-0.12.0
Update sbt-github-actions to 0.12.0
2 parents efc3dd9 + 93c7483 commit 1e60eec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Setup Java and Scala
36-
uses: olafurpg/setup-scala@v10
36+
uses: olafurpg/setup-scala@v12
3737
with:
3838
java-version: ${{ matrix.java }}
3939

@@ -84,7 +84,7 @@ jobs:
8484
fetch-depth: 0
8585

8686
- name: Setup Java and Scala
87-
uses: olafurpg/setup-scala@v10
87+
uses: olafurpg/setup-scala@v12
8888
with:
8989
java-version: ${{ matrix.java }}
9090

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.11.0")
1+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
44
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

0 commit comments

Comments
 (0)