@@ -218,7 +218,7 @@ jobs:
218218 run : |
219219 echo "GE_TAGS=jdk-17" >> "$GITHUB_ENV"
220220 echo "GE_CUSTOM_VALUES=gh-job-name=Initial JDK 17 Build" >> "$GITHUB_ENV"
221- - uses : actions/checkout@v5
221+ - uses : actions/checkout@v6
222222 with :
223223 # this is important for GIB to work
224224 fetch-depth : 0
@@ -379,7 +379,7 @@ jobs:
379379 run_tcks : ${{ steps.calc-run-flags.outputs.run_tcks }}
380380 steps :
381381 - uses : runs-on/action@v2
382- - uses : actions/checkout@v5
382+ - uses : actions/checkout@v6
383383 - name : Calculate matrix from native-tests.json
384384 id : calc-native-matrix
385385 run : |
@@ -455,7 +455,7 @@ jobs:
455455 - name : Support longpaths on Windows
456456 if : startsWith(matrix.java.os-name, 'windows')
457457 run : git config --global core.longpaths true
458- - uses : actions/checkout@v5
458+ - uses : actions/checkout@v6
459459 with :
460460 # this is important for GIB to work
461461 fetch-depth : 0
@@ -622,7 +622,7 @@ jobs:
622622 - name : Support longpaths on Windows
623623 if : startsWith(matrix.java.os-name, 'windows')
624624 run : git config --global core.longpaths true
625- - uses : actions/checkout@v5
625+ - uses : actions/checkout@v6
626626 with :
627627 # this is important for GIB to work
628628 fetch-depth : 0
@@ -734,7 +734,7 @@ jobs:
734734 - name : Support longpaths on Windows
735735 if : startsWith(matrix.java.os-name, 'windows')
736736 run : git config --global core.longpaths true
737- - uses : actions/checkout@v5
737+ - uses : actions/checkout@v6
738738 - name : Restore Maven Repository
739739 uses : actions/cache/restore@v4
740740 with :
@@ -833,7 +833,7 @@ jobs:
833833 - name : Support longpaths on Windows
834834 if : startsWith(matrix.java.os-name, 'windows')
835835 run : git config --global core.longpaths true
836- - uses : actions/checkout@v5
836+ - uses : actions/checkout@v6
837837 - name : Restore Maven Repository
838838 uses : actions/cache/restore@v4
839839 with :
@@ -936,7 +936,7 @@ jobs:
936936 - name : Support longpaths on Windows
937937 if : startsWith(matrix.java.os-name, 'windows')
938938 run : git config --global core.longpaths true
939- - uses : actions/checkout@v5
939+ - uses : actions/checkout@v6
940940 - name : Restore Maven Repository
941941 uses : actions/cache/restore@v4
942942 with :
@@ -1024,7 +1024,7 @@ jobs:
10241024 run : |
10251025 echo "GE_TAGS=jdk-${{matrix.java.name}}" >> "$GITHUB_ENV"
10261026 echo "GE_CUSTOM_VALUES=gh-job-name=Quickstarts Compilation - JDK ${{matrix.java.name}}" >> "$GITHUB_ENV"
1027- - uses : actions/checkout@v5
1027+ - uses : actions/checkout@v6
10281028 - name : Restore Maven Repository
10291029 uses : actions/cache/restore@v4
10301030 with :
@@ -1122,7 +1122,7 @@ jobs:
11221122 run : |
11231123 echo "GE_TAGS=jdk-${{matrix.java.name}}" >> "$GITHUB_ENV"
11241124 echo "GE_CUSTOM_VALUES=gh-job-name=Platform Tests - JDK ${{matrix.java.name}}" >> "$GITHUB_ENV"
1125- - uses : actions/checkout@v5
1125+ - uses : actions/checkout@v6
11261126 - name : Restore Maven Repository
11271127 uses : actions/cache/restore@v4
11281128 with :
@@ -1215,7 +1215,7 @@ jobs:
12151215 category=$(echo -n '${{matrix.category}}' | tr '[:upper:]' '[:lower:]' | tr -c '[:alnum:]-' '-' | sed -E 's/-+/-/g')
12161216 echo "GE_TAGS=virtual-thread-native-${category}" >> "$GITHUB_ENV"
12171217 echo "GE_CUSTOM_VALUES=gh-job-name=Native Tests - Virtual Thread - ${{matrix.category}}" >> "$GITHUB_ENV"
1218- - uses : actions/checkout@v5
1218+ - uses : actions/checkout@v6
12191219 - name : Restore Maven Repository
12201220 uses : actions/cache/restore@v4
12211221 with :
@@ -1291,7 +1291,7 @@ jobs:
12911291 run : |
12921292 echo "GE_TAGS=jdk-17" >> "$GITHUB_ENV"
12931293 echo "GE_CUSTOM_VALUES=gh-job-name=MicroProfile TCKs Tests" >> "$GITHUB_ENV"
1294- - uses : actions/checkout@v5
1294+ - uses : actions/checkout@v6
12951295 with :
12961296 # this is important for GIB to work
12971297 fetch-depth : 0
@@ -1393,7 +1393,7 @@ jobs:
13931393 - name : Support longpaths on Windows
13941394 if : startsWith(matrix.os-name, 'windows')
13951395 run : git config --global core.longpaths true
1396- - uses : actions/checkout@v5
1396+ - uses : actions/checkout@v6
13971397 - name : Reclaim Disk Space
13981398 run : .github/ci-prerequisites.sh
13991399 if : ${{ !startsWith(matrix.os-name, 'windows') }}
0 commit comments