4545 timeout-minutes : 60
4646 steps :
4747 - name : Checkout current branch (full)
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 fetch-depth : 0
5151
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ${{ matrix.os }}
144144 steps :
145145 - name : Checkout current branch (full)
146- uses : actions/checkout@v5
146+ uses : actions/checkout@v6
147147 with :
148148 fetch-depth : 0
149149
@@ -253,7 +253,7 @@ jobs:
253253 runs-on : ${{ matrix.os }}
254254 steps :
255255 - name : Checkout current branch (full)
256- uses : actions/checkout@v5
256+ uses : actions/checkout@v6
257257 with :
258258 fetch-depth : 0
259259
@@ -314,7 +314,7 @@ jobs:
314314 runs-on : ${{ matrix.os }}
315315 steps :
316316 - name : Checkout current branch (fast)
317- uses : actions/checkout@v5
317+ uses : actions/checkout@v6
318318
319319 - name : Setup Java (temurin@11)
320320 id : setup-java-temurin-11
@@ -339,7 +339,7 @@ jobs:
339339 runs-on : ${{ matrix.os }}
340340 steps :
341341 - name : Checkout current branch (full)
342- uses : actions/checkout@v5
342+ uses : actions/checkout@v6
343343 with :
344344 fetch-depth : 0
345345
0 commit comments