|
33 | 33 | env: |
34 | 34 | WORKFLOW_FILE: "arc-test-workflow.yaml" |
35 | 35 | steps: |
36 | | - - uses: actions/checkout@v4 |
| 36 | + - uses: actions/checkout@v5 |
37 | 37 | with: |
38 | 38 | ref: ${{github.head_ref}} |
39 | 39 |
|
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | env: |
125 | 125 | WORKFLOW_FILE: "arc-test-workflow.yaml" |
126 | 126 | steps: |
127 | | - - uses: actions/checkout@v4 |
| 127 | + - uses: actions/checkout@v5 |
128 | 128 | with: |
129 | 129 | ref: ${{github.head_ref}} |
130 | 130 |
|
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | env: |
218 | 218 | WORKFLOW_FILE: arc-test-dind-workflow.yaml |
219 | 219 | steps: |
220 | | - - uses: actions/checkout@v4 |
| 220 | + - uses: actions/checkout@v5 |
221 | 221 | with: |
222 | 222 | ref: ${{github.head_ref}} |
223 | 223 |
|
@@ -309,7 +309,7 @@ jobs: |
309 | 309 | env: |
310 | 310 | WORKFLOW_FILE: "arc-test-kubernetes-workflow.yaml" |
311 | 311 | steps: |
312 | | - - uses: actions/checkout@v4 |
| 312 | + - uses: actions/checkout@v5 |
313 | 313 | with: |
314 | 314 | ref: ${{github.head_ref}} |
315 | 315 |
|
@@ -410,7 +410,7 @@ jobs: |
410 | 410 | env: |
411 | 411 | WORKFLOW_FILE: "arc-test-workflow.yaml" |
412 | 412 | steps: |
413 | | - - uses: actions/checkout@v4 |
| 413 | + - uses: actions/checkout@v5 |
414 | 414 | with: |
415 | 415 | ref: ${{github.head_ref}} |
416 | 416 |
|
@@ -513,7 +513,7 @@ jobs: |
513 | 513 | env: |
514 | 514 | WORKFLOW_FILE: "arc-test-workflow.yaml" |
515 | 515 | steps: |
516 | | - - uses: actions/checkout@v4 |
| 516 | + - uses: actions/checkout@v5 |
517 | 517 | with: |
518 | 518 | ref: ${{github.head_ref}} |
519 | 519 |
|
@@ -610,7 +610,7 @@ jobs: |
610 | 610 | env: |
611 | 611 | WORKFLOW_FILE: "arc-test-workflow.yaml" |
612 | 612 | steps: |
613 | | - - uses: actions/checkout@v4 |
| 613 | + - uses: actions/checkout@v5 |
614 | 614 | with: |
615 | 615 | ref: ${{github.head_ref}} |
616 | 616 |
|
@@ -732,7 +732,7 @@ jobs: |
732 | 732 | env: |
733 | 733 | WORKFLOW_FILE: "arc-test-sleepy-matrix.yaml" |
734 | 734 | steps: |
735 | | - - uses: actions/checkout@v4 |
| 735 | + - uses: actions/checkout@v5 |
736 | 736 | with: |
737 | 737 | ref: ${{github.head_ref}} |
738 | 738 |
|
@@ -904,7 +904,7 @@ jobs: |
904 | 904 | env: |
905 | 905 | WORKFLOW_FILE: arc-test-workflow.yaml |
906 | 906 | steps: |
907 | | - - uses: actions/checkout@v4 |
| 907 | + - uses: actions/checkout@v5 |
908 | 908 | with: |
909 | 909 | ref: ${{ github.head_ref }} |
910 | 910 |
|
|
0 commit comments