|
45 | 45 | timeout-minutes: 60 |
46 | 46 | steps: |
47 | 47 | - name: Checkout current branch (full) |
48 | | - uses: actions/checkout@v5 |
| 48 | + uses: actions/checkout@v6 |
49 | 49 | with: |
50 | 50 | fetch-depth: 0 |
51 | 51 |
|
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | runs-on: ${{ matrix.os }} |
131 | 131 | steps: |
132 | 132 | - name: Checkout current branch (full) |
133 | | - uses: actions/checkout@v5 |
| 133 | + uses: actions/checkout@v6 |
134 | 134 | with: |
135 | 135 | fetch-depth: 0 |
136 | 136 |
|
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | runs-on: ${{ matrix.os }} |
288 | 288 | steps: |
289 | 289 | - name: Checkout current branch (full) |
290 | | - uses: actions/checkout@v5 |
| 290 | + uses: actions/checkout@v6 |
291 | 291 | with: |
292 | 292 | fetch-depth: 0 |
293 | 293 |
|
@@ -335,7 +335,7 @@ jobs: |
335 | 335 | runs-on: ${{ matrix.os }} |
336 | 336 | steps: |
337 | 337 | - name: Checkout current branch (fast) |
338 | | - uses: actions/checkout@v5 |
| 338 | + uses: actions/checkout@v6 |
339 | 339 |
|
340 | 340 | - name: Setup Java (temurin@11) |
341 | 341 | id: setup-java-temurin-11 |
@@ -371,7 +371,7 @@ jobs: |
371 | 371 | runs-on: ${{ matrix.os }} |
372 | 372 | steps: |
373 | 373 | - name: Checkout current branch (full) |
374 | | - uses: actions/checkout@v5 |
| 374 | + uses: actions/checkout@v6 |
375 | 375 | with: |
376 | 376 | fetch-depth: 0 |
377 | 377 |
|
|
0 commit comments