|
38 | 38 | timeout-minutes: 5 |
39 | 39 | steps: |
40 | 40 | - name: Checkout |
41 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 41 | + uses: actions/checkout@v5 |
42 | 42 | with: |
43 | 43 | submodules: recursive |
44 | 44 | - name: Prepare for tag |
@@ -119,17 +119,17 @@ jobs: |
119 | 119 | # ci/scripts/download_cpp.sh |
120 | 120 | - name: Checkout Apache Arrow C++ |
121 | 121 | # if: github.event_name == 'schedule' |
122 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 122 | + uses: actions/checkout@v5 |
123 | 123 | with: |
124 | 124 | repository: apache/arrow |
125 | 125 | path: arrow |
126 | 126 | - name: Checkout apache/arrow-testing |
127 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 127 | + uses: actions/checkout@v5 |
128 | 128 | with: |
129 | 129 | repository: apache/arrow-testing |
130 | 130 | path: arrow/testing |
131 | 131 | - name: Checkout apache/parquet-testing |
132 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 132 | + uses: actions/checkout@v5 |
133 | 133 | with: |
134 | 134 | repository: apache/parquet-testing |
135 | 135 | path: arrow/cpp/submodules/parquet-testing |
@@ -186,17 +186,17 @@ jobs: |
186 | 186 | # ci/scripts/download_cpp.sh |
187 | 187 | - name: Checkout Apache Arrow C++ |
188 | 188 | # if: github.event_name == 'schedule' |
189 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 189 | + uses: actions/checkout@v5 |
190 | 190 | with: |
191 | 191 | repository: apache/arrow |
192 | 192 | path: arrow |
193 | 193 | - name: Checkout apache/arrow-testing |
194 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 194 | + uses: actions/checkout@v5 |
195 | 195 | with: |
196 | 196 | repository: apache/arrow-testing |
197 | 197 | path: arrow/testing |
198 | 198 | - name: Checkout apache/parquet-testing |
199 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 199 | + uses: actions/checkout@v5 |
200 | 200 | with: |
201 | 201 | repository: apache/parquet-testing |
202 | 202 | path: arrow/cpp/submodules/parquet-testing |
@@ -322,7 +322,7 @@ jobs: |
322 | 322 | # ci/scripts/download_cpp.sh |
323 | 323 | - name: Checkout Apache Arrow C++ |
324 | 324 | # if: github.event_name == 'schedule' |
325 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 325 | + uses: actions/checkout@v5 |
326 | 326 | with: |
327 | 327 | repository: apache/arrow |
328 | 328 | path: arrow |
@@ -421,7 +421,7 @@ jobs: |
421 | 421 | test -f jni/arrow_dataset_jni/x86_64/arrow_dataset_jni.dll |
422 | 422 | test -f jni/arrow_orc_jni/x86_64/arrow_orc_jni.dll |
423 | 423 | - name: Checkout apache/arrow-testing |
424 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 424 | + uses: actions/checkout@v5 |
425 | 425 | with: |
426 | 426 | repository: apache/arrow-testing |
427 | 427 | path: testing |
@@ -509,7 +509,7 @@ jobs: |
509 | 509 | contents: write |
510 | 510 | steps: |
511 | 511 | - name: Checkout |
512 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 512 | + uses: actions/checkout@v5 |
513 | 513 | with: |
514 | 514 | path: site |
515 | 515 | - name: Prepare branch |
|
0 commit comments