Skip to content

Commit 4500685

Browse files
authored
Merge pull request #465 from http4s/update/sbt-typelevel-github-actions-0.8.1
2 parents 511bef4 + 3248ae4 commit 4500685

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 60
3434
steps:
3535
- name: Checkout current branch (full)
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939

@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Java (temurin@11)
4444
id: setup-java-temurin-11
4545
if: matrix.java == 'temurin@11'
46-
uses: actions/setup-java@v4
46+
uses: actions/setup-java@v5
4747
with:
4848
distribution: temurin
4949
java-version: 11
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Java (temurin@17)
5757
id: setup-java-temurin-17
5858
if: matrix.java == 'temurin@17'
59-
uses: actions/setup-java@v4
59+
uses: actions/setup-java@v5
6060
with:
6161
distribution: temurin
6262
java-version: 17

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.18.0")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.8.0")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.8.1")

0 commit comments

Comments
 (0)