@@ -110,7 +110,7 @@ jobs:
110110 run : |
111111 echo "GE_TAGS=jdk-11" >> "$GITHUB_ENV"
112112 echo "GE_CUSTOM_VALUES=gh-job-name=Initial JDK 11 Build" >> "$GITHUB_ENV"
113- - uses : actions/checkout@v3
113+ - uses : actions/checkout@v4
114114 with :
115115 # this is important for GIB to work
116116 fetch-depth : 0
@@ -220,7 +220,7 @@ jobs:
220220 run_quickstarts : ${{ steps.calc-run-flags.outputs.run_quickstarts }}
221221 run_tcks : ${{ steps.calc-run-flags.outputs.run_tcks }}
222222 steps :
223- - uses : actions/checkout@v3
223+ - uses : actions/checkout@v4
224224 - name : Calculate matrix from native-tests.json
225225 id : calc-native-matrix
226226 run : |
@@ -294,7 +294,7 @@ jobs:
294294 - name : Support longpaths on Windows
295295 if : " startsWith(matrix.java.os-name, 'windows')"
296296 run : git config --global core.longpaths true
297- - uses : actions/checkout@v3
297+ - uses : actions/checkout@v4
298298 with :
299299 # this is important for GIB to work
300300 fetch-depth : 0
@@ -404,7 +404,7 @@ jobs:
404404 - name : Support longpaths on Windows
405405 if : " startsWith(matrix.java.os-name, 'windows')"
406406 run : git config --global core.longpaths true
407- - uses : actions/checkout@v3
407+ - uses : actions/checkout@v4
408408 with :
409409 # this is important for GIB to work
410410 fetch-depth : 0
@@ -494,7 +494,7 @@ jobs:
494494 - name : Support longpaths on Windows
495495 if : " startsWith(matrix.java.os-name, 'windows')"
496496 run : git config --global core.longpaths true
497- - uses : actions/checkout@v3
497+ - uses : actions/checkout@v4
498498 - name : Restore Maven Repository
499499 uses : actions/cache/restore@v3
500500 with :
@@ -568,7 +568,7 @@ jobs:
568568 - name : Support longpaths on Windows
569569 if : " startsWith(matrix.java.os-name, 'windows')"
570570 run : git config --global core.longpaths true
571- - uses : actions/checkout@v3
571+ - uses : actions/checkout@v4
572572 - name : Restore Maven Repository
573573 uses : actions/cache/restore@v3
574574 with :
@@ -642,7 +642,7 @@ jobs:
642642 - name : Support longpaths on Windows
643643 if : " startsWith(matrix.java.os-name, 'windows')"
644644 run : git config --global core.longpaths true
645- - uses : actions/checkout@v3
645+ - uses : actions/checkout@v4
646646 - name : Restore Maven Repository
647647 uses : actions/cache/restore@v3
648648 with :
@@ -706,7 +706,7 @@ jobs:
706706 run : |
707707 echo "GE_TAGS=jdk-${{matrix.java.name}}" >> "$GITHUB_ENV"
708708 echo "GE_CUSTOM_VALUES=gh-job-name=Quickstarts Compilation - JDK ${{matrix.java.name}}" >> "$GITHUB_ENV"
709- - uses : actions/checkout@v3
709+ - uses : actions/checkout@v4
710710 - name : Restore Maven Repository
711711 uses : actions/cache/restore@v3
712712 with :
@@ -757,7 +757,7 @@ jobs:
757757 category=$(echo -n '${{matrix.category}}' | tr '[:upper:]' '[:lower:]' | tr -c '[:alnum:]-' '-' | sed -E 's/-+/-/g')
758758 echo "GE_TAGS=virtual-thread-native-${category}" >> "$GITHUB_ENV"
759759 echo "GE_CUSTOM_VALUES=gh-job-name=Native Tests - Virtual Thread - ${{matrix.category}}" >> "$GITHUB_ENV"
760- - uses : actions/checkout@v3
760+ - uses : actions/checkout@v4
761761 - name : Restore Maven Repository
762762 uses : actions/cache/restore@v3
763763 with :
@@ -809,7 +809,7 @@ jobs:
809809 run : |
810810 echo "GE_TAGS=jdk-11" >> "$GITHUB_ENV"
811811 echo "GE_CUSTOM_VALUES=gh-job-name=MicroProfile TCKs Tests" >> "$GITHUB_ENV"
812- - uses : actions/checkout@v3
812+ - uses : actions/checkout@v4
813813 with :
814814 # this is important for GIB to work
815815 fetch-depth : 0
@@ -888,7 +888,7 @@ jobs:
888888 - name : Support longpaths on Windows
889889 if : " startsWith(matrix.os-name, 'windows')"
890890 run : git config --global core.longpaths true
891- - uses : actions/checkout@v3
891+ - uses : actions/checkout@v4
892892 - name : Reclaim Disk Space
893893 run : .github/ci-prerequisites.sh
894894 if : ${{ !startsWith(matrix.os-name, 'windows') }}
0 commit comments