Skip to content

Commit ac8897e

Browse files
Merge pull request #61 from scala-steward/update/sbt-github-actions-0.12.0
Update sbt-github-actions to 0.12.0
2 parents 5e815f2 + a7ffd3b commit ac8897e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

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

project/giter8.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.13.1")
2-
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.11.0")
2+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")

0 commit comments

Comments
 (0)