@@ -148,7 +148,7 @@ jobs:
148148 matrix :
149149 java_variant : [ "8", "8-orcl", "8-zing", "8-j9", "8-ibm", "11", "11-zing", "11-j9", "17", "17-zing", "17-j9", "17-graal", "21", "21-j9", "21-zing", "21-graal", "25", "25-graal" ]
150150 steps :
151- - uses : actions/checkout@v3
151+ - uses : actions/checkout@v6
152152 - name : Try restore cache JDK ${{ matrix.java_variant }}
153153 id : cache-jdk
154154 uses : actions/cache/restore@v4
@@ -207,7 +207,7 @@ jobs:
207207 matrix :
208208 java_variant : [ "8-librca", "11-librca", "17-librca", "21-librca", "25-librca" ]
209209 steps :
210- - uses : actions/checkout@v3
210+ - uses : actions/checkout@v6
211211 - name : Setup OS
212212 run : |
213213 # This needs to be done early because alpine does not have bash and tar is also iffy
@@ -257,7 +257,7 @@ jobs:
257257 matrix :
258258 java_variant : [ "8", "8-zing", "8-j9", "11", "11-zing", "11-j9", "17", "17-zing", "17-j9", "17-graal", "21", "21-j9", "21-zing", "21-graal", "25", "25-graal" ]
259259 steps :
260- - uses : actions/checkout@v3
260+ - uses : actions/checkout@v6
261261 - name : Cache JDK ${{ matrix.java_variant }}
262262 id : cache-jdk
263263 uses : actions/cache/restore@v4
@@ -314,7 +314,7 @@ jobs:
314314 matrix :
315315 java_variant : [ "8-librca", "11-librca", "17-librca", "21-librca", "25-librca" ]
316316 steps :
317- - uses : actions/checkout@v3
317+ - uses : actions/checkout@v6
318318 - name : Setup OS
319319 run : |
320320 # This needs to be done early because alpine does not have bash and tar is also iffy
0 commit comments