Skip to content

Commit

Permalink
Merge pull request #46 from http4s/update/sbt-typelevel-github-action…
Browse files Browse the repository at this point in the history
…s-0.5.1

Update sbt-typelevel-github-actions to 0.5.1
  • Loading branch information
froth authored Sep 11, 2023
2 parents 3401d37 + 7a082d3 commit fe9c0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.5.1")

0 comments on commit fe9c0b9

Please sign in to comment.