Skip to content

Commit

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

Update sbt-typelevel-github-actions to 0.6.3
  • Loading branch information
froth authored Dec 1, 2023
2 parents 034dd01 + b6b9d8e commit 0c54ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Java (temurin@11)
id: setup-java-temurin-11
if: matrix.java == 'temurin@11'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup Java (temurin@17)
id: setup-java-temurin-17
if: matrix.java == 'temurin@17'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
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.6.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.3")

0 comments on commit 0c54ade

Please sign in to comment.