52
52
timeout-minutes : 60
53
53
steps :
54
54
- name : Checkout current branch (full)
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
fetch-depth : 0
58
58
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ${{ matrix.os }}
148
148
steps :
149
149
- name : Checkout current branch (full)
150
- uses : actions/checkout@v3
150
+ uses : actions/checkout@v4
151
151
with :
152
152
fetch-depth : 0
153
153
@@ -314,7 +314,7 @@ jobs:
314
314
runs-on : ${{ matrix.os }}
315
315
steps :
316
316
- name : Checkout current branch (full)
317
- uses : actions/checkout@v3
317
+ uses : actions/checkout@v4
318
318
with :
319
319
fetch-depth : 0
320
320
@@ -372,7 +372,7 @@ jobs:
372
372
runs-on : ${{ matrix.os }}
373
373
steps :
374
374
- name : Checkout current branch (fast)
375
- uses : actions/checkout@v3
375
+ uses : actions/checkout@v4
376
376
377
377
- name : Setup Java (temurin@11)
378
378
id : setup-java-temurin-11
@@ -397,7 +397,7 @@ jobs:
397
397
runs-on : ${{ matrix.os }}
398
398
steps :
399
399
- name : Checkout current branch (full)
400
- uses : actions/checkout@v3
400
+ uses : actions/checkout@v4
401
401
with :
402
402
fetch-depth : 0
403
403
@@ -454,7 +454,7 @@ jobs:
454
454
runs-on : ${{ matrix.os }}
455
455
steps :
456
456
- name : Checkout current branch (full)
457
- uses : actions/checkout@v3
457
+ uses : actions/checkout@v4
458
458
with :
459
459
fetch-depth : 0
460
460
0 commit comments