Skip to content

Commit

Permalink
Merge pull request #374 from http4s/update/sbt-typelevel-github-actio…
Browse files Browse the repository at this point in the history
…ns-0.6.7

Update sbt-typelevel-github-actions to 0.6.7
  • Loading branch information
froth authored Feb 26, 2024
2 parents 15313a7 + 24dabe7 commit 363b687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.7")

0 comments on commit 363b687

Please sign in to comment.