@@ -123,7 +123,7 @@ jobs:
123
123
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
124
124
steps :
125
125
- name : Checkout
126
- uses : actions/checkout@v4
126
+ uses : actions/checkout@v5
127
127
128
128
- name : Setup JDK 11
129
129
id : setup-java-11
@@ -185,7 +185,7 @@ jobs:
185
185
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
186
186
steps :
187
187
- name : Checkout
188
- uses : actions/checkout@v4
188
+ uses : actions/checkout@v5
189
189
190
190
- name : Setup JDK 11
191
191
id : setup-java-11
@@ -247,7 +247,7 @@ jobs:
247
247
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
248
248
steps :
249
249
- name : Checkout
250
- uses : actions/checkout@v4
250
+ uses : actions/checkout@v5
251
251
252
252
- name : Setup JDK 11
253
253
id : setup-java-11
@@ -336,7 +336,7 @@ jobs:
336
336
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
337
337
steps :
338
338
- name : Checkout
339
- uses : actions/checkout@v4
339
+ uses : actions/checkout@v5
340
340
341
341
- name : Setup JDK 11
342
342
id : setup-java-11
@@ -410,7 +410,7 @@ jobs:
410
410
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
411
411
steps :
412
412
- name : Checkout
413
- uses : actions/checkout@v4
413
+ uses : actions/checkout@v5
414
414
415
415
- name : Setup JDK 11
416
416
id : setup-java-11
@@ -468,7 +468,7 @@ jobs:
468
468
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
469
469
steps :
470
470
- name : Checkout
471
- uses : actions/checkout@v4
471
+ uses : actions/checkout@v5
472
472
473
473
- name : Setup JDK 11
474
474
id : setup-java-11
0 commit comments