|
38 | 38 | timeout-minutes: 5 |
39 | 39 | steps: |
40 | 40 | - name: Checkout |
41 | | - uses: actions/checkout@v6 |
| 41 | + uses: actions/checkout@v7 |
42 | 42 | with: |
43 | 43 | submodules: recursive |
44 | 44 | - name: Prepare for tag |
@@ -113,17 +113,17 @@ jobs: |
113 | 113 | ci/scripts/download_cpp.sh |
114 | 114 | - name: Checkout Apache Arrow C++ |
115 | 115 | if: github.event_name == 'schedule' |
116 | | - uses: actions/checkout@v6 |
| 116 | + uses: actions/checkout@v7 |
117 | 117 | with: |
118 | 118 | repository: apache/arrow |
119 | 119 | path: arrow |
120 | 120 | - name: Checkout apache/arrow-testing |
121 | | - uses: actions/checkout@v6 |
| 121 | + uses: actions/checkout@v7 |
122 | 122 | with: |
123 | 123 | repository: apache/arrow-testing |
124 | 124 | path: arrow/testing |
125 | 125 | - name: Checkout apache/parquet-testing |
126 | | - uses: actions/checkout@v6 |
| 126 | + uses: actions/checkout@v7 |
127 | 127 | with: |
128 | 128 | repository: apache/parquet-testing |
129 | 129 | path: arrow/cpp/submodules/parquet-testing |
@@ -180,17 +180,17 @@ jobs: |
180 | 180 | ci/scripts/download_cpp.sh |
181 | 181 | - name: Checkout Apache Arrow C++ |
182 | 182 | if: github.event_name == 'schedule' |
183 | | - uses: actions/checkout@v6 |
| 183 | + uses: actions/checkout@v7 |
184 | 184 | with: |
185 | 185 | repository: apache/arrow |
186 | 186 | path: arrow |
187 | 187 | - name: Checkout apache/arrow-testing |
188 | | - uses: actions/checkout@v6 |
| 188 | + uses: actions/checkout@v7 |
189 | 189 | with: |
190 | 190 | repository: apache/arrow-testing |
191 | 191 | path: arrow/testing |
192 | 192 | - name: Checkout apache/parquet-testing |
193 | | - uses: actions/checkout@v6 |
| 193 | + uses: actions/checkout@v7 |
194 | 194 | with: |
195 | 195 | repository: apache/parquet-testing |
196 | 196 | path: arrow/cpp/submodules/parquet-testing |
@@ -310,7 +310,7 @@ jobs: |
310 | 310 | ci/scripts/download_cpp.sh |
311 | 311 | - name: Checkout Apache Arrow C++ |
312 | 312 | if: github.event_name == 'schedule' |
313 | | - uses: actions/checkout@v6 |
| 313 | + uses: actions/checkout@v7 |
314 | 314 | with: |
315 | 315 | repository: apache/arrow |
316 | 316 | path: arrow |
@@ -409,7 +409,7 @@ jobs: |
409 | 409 | test -f jni/arrow_dataset_jni/x86_64/arrow_dataset_jni.dll |
410 | 410 | test -f jni/arrow_orc_jni/x86_64/arrow_orc_jni.dll |
411 | 411 | - name: Checkout apache/arrow-testing |
412 | | - uses: actions/checkout@v6 |
| 412 | + uses: actions/checkout@v7 |
413 | 413 | with: |
414 | 414 | repository: apache/arrow-testing |
415 | 415 | path: testing |
@@ -497,7 +497,7 @@ jobs: |
497 | 497 | contents: write |
498 | 498 | steps: |
499 | 499 | - name: Checkout |
500 | | - uses: actions/checkout@v6 |
| 500 | + uses: actions/checkout@v7 |
501 | 501 | with: |
502 | 502 | path: site |
503 | 503 | - name: Prepare branch |
|
0 commit comments