4444 timeout-minutes : 60
4545 steps :
4646 - name : Checkout current branch (full)
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 fetch-depth : 0
5050
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ${{ matrix.os }}
143143 steps :
144144 - name : Checkout current branch (full)
145- uses : actions/checkout@v5
145+ uses : actions/checkout@v6
146146 with :
147147 fetch-depth : 0
148148
@@ -252,7 +252,7 @@ jobs:
252252 runs-on : ${{ matrix.os }}
253253 steps :
254254 - name : Checkout current branch (full)
255- uses : actions/checkout@v5
255+ uses : actions/checkout@v6
256256 with :
257257 fetch-depth : 0
258258
@@ -313,7 +313,7 @@ jobs:
313313 runs-on : ${{ matrix.os }}
314314 steps :
315315 - name : Checkout current branch (fast)
316- uses : actions/checkout@v5
316+ uses : actions/checkout@v6
317317
318318 - name : Setup Java (temurin@11)
319319 id : setup-java-temurin-11
@@ -338,7 +338,7 @@ jobs:
338338 runs-on : ${{ matrix.os }}
339339 steps :
340340 - name : Checkout current branch (full)
341- uses : actions/checkout@v5
341+ uses : actions/checkout@v6
342342 with :
343343 fetch-depth : 0
344344
0 commit comments