diff --git a/.github/workflows/archery.yml b/.github/workflows/archery.yml index 19a376024d4..3716b6fdb0d 100644 --- a/.github/workflows/archery.yml +++ b/.github/workflows/archery.yml @@ -58,7 +58,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/check_labels.yml b/.github/workflows/check_labels.yml index 3ea851925ee..6adc50371c2 100644 --- a/.github/workflows/check_labels.yml +++ b/.github/workflows/check_labels.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout Arrow if: github.event_name == 'pull_request' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Check diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 261f9abf0a7..b7336ced59e 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -36,7 +36,7 @@ jobs: pull-requests: write steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false path: arrow diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 17cd5da22a9..4764b661d97 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -115,7 +115,7 @@ jobs: free -h lscpu - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -176,7 +176,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -232,7 +232,7 @@ jobs: sysctl -a | grep cpu sysctl -a | grep "hw.optional" - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -365,7 +365,7 @@ jobs: /d 1 ` /f - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index c763cb6f02a..f3772f5556d 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -136,7 +136,7 @@ jobs: DOCKER_VOLUME_PREFIX: ".docker/" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -228,7 +228,7 @@ jobs: REPO: ghcr.io/${{ github.repository }}-dev steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -288,7 +288,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "14.0" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -387,7 +387,7 @@ jobs: UBUNTU: 24.04 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -464,7 +464,7 @@ jobs: ARROW_MIMALLOC: OFF steps: - name: Checkout Arrow - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -608,7 +608,7 @@ jobs: VCPKG_OVERLAY_TRIPLETS: ${{ github.workspace }}/ci/vcpkg steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -707,7 +707,7 @@ jobs: tree odbc-installer - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/cpp_windows.yml b/.github/workflows/cpp_windows.yml index 0fa816b3a2b..9a5d4353bc3 100644 --- a/.github/workflows/cpp_windows.yml +++ b/.github/workflows/cpp_windows.yml @@ -83,7 +83,7 @@ jobs: /d 1 ` /f - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/cuda_extra.yml b/.github/workflows/cuda_extra.yml index fddc68b78bc..b44ae9f4d6b 100644 --- a/.github/workflows/cuda_extra.yml +++ b/.github/workflows/cuda_extra.yml @@ -82,7 +82,7 @@ jobs: DOCKER_VOLUME_PREFIX: ".docker/" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 434457991ae..bbf2b0242fb 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -47,7 +47,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -88,7 +88,7 @@ jobs: GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml index 24dc8a24fcc..b8667f4dd52 100644 --- a/.github/workflows/dev_pr.yml +++ b/.github/workflows/dev_pr.yml @@ -43,7 +43,7 @@ jobs: name: Process runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: apache/arrow ref: main diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 64c47478557..c02c02e0438 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: JDK: 17 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/docs_light.yml b/.github/workflows/docs_light.yml index a1df3522380..2819da4d32e 100644 --- a/.github/workflows/docs_light.yml +++ b/.github/workflows/docs_light.yml @@ -50,7 +50,7 @@ jobs: PYTHON: "3.12" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2cd88892413..0668e927770 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -66,43 +66,43 @@ jobs: timeout-minutes: 60 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 submodules: recursive - name: Checkout Arrow Rust - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false repository: apache/arrow-rs path: rust - name: Checkout Arrow nanoarrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false repository: apache/arrow-nanoarrow path: nanoarrow - name: Checkout Arrow Go - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false repository: apache/arrow-go path: go - name: Checkout Arrow Java - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false repository: apache/arrow-java path: java - name: Checkout Arrow JS - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false repository: apache/arrow-js path: js - name: Checkout Arrow .NET - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false repository: apache/arrow-dotnet diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 629d37e5a67..d6f606d3311 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -51,7 +51,7 @@ jobs: if: ${{ !contains(github.event.pull_request.title, 'WIP') }} steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -100,7 +100,7 @@ jobs: macos-version: "14" steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -142,7 +142,7 @@ jobs: if: ${{ !contains(github.event.pull_request.title, 'WIP') }} steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/package_linux.yml b/.github/workflows/package_linux.yml index 26e051c2b57..81c0922df6c 100644 --- a/.github/workflows/package_linux.yml +++ b/.github/workflows/package_linux.yml @@ -116,7 +116,7 @@ jobs: BUILD_DIR: "${{ github.workspace }}/packages.build" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/package_odbc.yml b/.github/workflows/package_odbc.yml index a735f25667b..cc2aad00aca 100644 --- a/.github/workflows/package_odbc.yml +++ b/.github/workflows/package_odbc.yml @@ -67,7 +67,7 @@ jobs: VCPKG_DEFAULT_TRIPLET: x64-windows steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: contents: write steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: env: *odbc_msvc_env steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml index 011bc871b28..0733cab90c8 100644 --- a/.github/workflows/pr_bot.yml +++ b/.github/workflows/pr_bot.yml @@ -73,7 +73,7 @@ jobs: curl -sL -o committers.yml $url echo "committers_path=$(pwd)/committers.yml" >> $GITHUB_OUTPUT - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: arrow repository: apache/arrow diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9e989726e06..4f5bd1490fe 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -101,7 +101,7 @@ jobs: NUMPY: ${{ matrix.numpy || 'latest' }} steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -188,7 +188,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 12.0 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -272,7 +272,7 @@ jobs: /d 1 ` /f - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index f4c5d8a5bd2..5f685cccc60 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -78,7 +78,7 @@ jobs: UBUNTU: ${{ matrix.ubuntu }} steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -151,7 +151,7 @@ jobs: R_TAG: ${{ matrix.config.tag }} steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -209,7 +209,7 @@ jobs: steps: - run: git config --global core.autocrlf false - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -267,7 +267,7 @@ jobs: steps: - run: git config --global core.autocrlf false - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/r_extra.yml b/.github/workflows/r_extra.yml index eac55f72bf6..aa5d0fd9145 100644 --- a/.github/workflows/r_extra.yml +++ b/.github/workflows/r_extra.yml @@ -150,7 +150,7 @@ jobs: DOCKER_VOLUME_PREFIX: ".docker/" steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml index fa2995e19b9..783f8dbb1b9 100644 --- a/.github/workflows/r_nightly.yml +++ b/.github/workflows/r_nightly.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 1 @@ -54,7 +54,7 @@ jobs: ref: main submodules: recursive - name: Checkout Crossbow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index fbdd350e83c..f34d7fadb02 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/report_ci.yml b/.github/workflows/report_ci.yml index 745c17d2e18..17efc4b5d69 100644 --- a/.github/workflows/report_ci.yml +++ b/.github/workflows/report_ci.yml @@ -39,7 +39,7 @@ jobs: name: ${{ github.job }} steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index da18d1a1108..92d60fb834d 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -81,7 +81,7 @@ jobs: UBUNTU: ${{ matrix.ubuntu }} steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -152,7 +152,7 @@ jobs: ARROW_WITH_ZSTD: ON steps: - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -251,7 +251,7 @@ jobs: /d 1 ` /f - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -370,7 +370,7 @@ jobs: /d 1 ` /f - name: Checkout Arrow - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -401,7 +401,7 @@ jobs: # We can invalidate the current cache by updating this. CACHE_VERSION: "2024-05-09" - name: Checkout vcpkg - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/verify_rc.yml b/.github/workflows/verify_rc.yml index 6580bdfe9e6..04342ca3a42 100644 --- a/.github/workflows/verify_rc.yml +++ b/.github/workflows/verify_rc.yml @@ -91,7 +91,7 @@ jobs: TEST_APT: "1" VERSION: ${{ needs.target.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: TEST_BINARY: "1" VERSION: ${{ needs.target.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Run @@ -160,7 +160,7 @@ jobs: TEST_WHEELS: "1" VERSION: ${{ needs.target.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: actions/setup-python@v6 @@ -208,7 +208,7 @@ jobs: TEST_WHEELS: "1" VERSION: ${{ needs.target.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Run @@ -228,7 +228,7 @@ jobs: TEST_WHEELS: "1" VERSION: ${{ needs.target.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false submodules: recursive @@ -263,7 +263,7 @@ jobs: TEST_YUM: "1" VERSION: ${{ needs.target.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0