Skip to content

Commit

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

Update sbt-typelevel-github-actions to 0.7.4
  • Loading branch information
froth authored Oct 12, 2024
2 parents 6a6ef7b + 0f06869 commit dcc98df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt
uses: sbt/setup-sbt@v1

- name: Checkout current branch (full)
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,7 +69,7 @@ jobs:
- name: Setup Java (graalvm@17)
id: setup-java-graalvm-17
if: matrix.java == 'graalvm@17'
uses: graalvm/setup-graalvm@v1
uses: actions/setup-java@v4
with:
distribution: graalvm
java-version: 17
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.7.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.4")

0 comments on commit dcc98df

Please sign in to comment.