Skip to content

Commit

Permalink
Merge pull request #202 from scala-steward/update/sbt-github-actions-…
Browse files Browse the repository at this point in the history
…0.13.0

Update sbt-github-actions to 0.13.0
  • Loading branch information
rossabaker authored Sep 30, 2021
2 parents 40903f7 + ba9cff4 commit 92b5291
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v12
uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}

Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
run: gem install jekyll -v 4.0.0

- name: Check that workflows are up to date
run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
run: sbt ++${{ matrix.scala }} githubWorkflowCheck

- name: Validate unit tests and binary compatibility
run: sbt --client '++${{ matrix.scala }}; test; scalafmtSbtCheck; scalafmtCheckAll; mimaReportBinaryIssues'
run: sbt ++${{ matrix.scala }} test scalafmtSbtCheck scalafmtCheckAll mimaReportBinaryIssues

- if: matrix.scala == '2.12.14'
run: sbt --client '++${{ matrix.scala }}; docs/makeMicrosite'
run: sbt ++${{ matrix.scala }} docs/makeMicrosite
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
ghapi -X DELETE $REPO/actions/artifacts/$id
done
done
done
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")

0 comments on commit 92b5291

Please sign in to comment.