Skip to content

Commit

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

Update sbt-typelevel-github-actions to 0.7.5
  • Loading branch information
froth authored Dec 28, 2024
2 parents 899f474 + cf6a669 commit bcb27ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
build:
name: Build and Test
name: Test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand All @@ -32,14 +32,14 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Setup Java (temurin@11)
id: setup-java-temurin-11
if: matrix.java == 'temurin@11'
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.17.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.5")

0 comments on commit bcb27ee

Please sign in to comment.