File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 2.0.3 " )
1+ addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 2.0.4 " )
You can’t perform that action at this time.
0 commit comments