Skip to content

Commit 7f9f53f

Browse files
authored
Merge pull request #889 from http4s/update/series/0.5/sbt-http4s-org-2.0.4
Update sbt-http4s-org to 2.0.4 in series/0.5
2 parents e5d3ad0 + ff760f7 commit 7f9f53f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 60
3737
steps:
3838
- name: Checkout current branch (full)
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
fetch-depth: 0
4242

@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ${{ matrix.os }}
109109
steps:
110110
- name: Checkout current branch (full)
111-
uses: actions/checkout@v5
111+
uses: actions/checkout@v6
112112
with:
113113
fetch-depth: 0
114114

@@ -192,7 +192,7 @@ jobs:
192192
runs-on: ${{ matrix.os }}
193193
steps:
194194
- name: Checkout current branch (full)
195-
uses: actions/checkout@v5
195+
uses: actions/checkout@v6
196196
with:
197197
fetch-depth: 0
198198

@@ -227,7 +227,7 @@ jobs:
227227
runs-on: ${{ matrix.os }}
228228
steps:
229229
- name: Checkout current branch (fast)
230-
uses: actions/checkout@v5
230+
uses: actions/checkout@v6
231231

232232
- name: Setup Java (temurin@11)
233233
id: setup-java-temurin-11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.3")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.4")

0 commit comments

Comments
 (0)