hiroyuki-sato commented on code in PR #47305: URL: https://github.com/apache/arrow/pull/47305#discussion_r2268560353
########## .github/workflows/cpp_extra.yml: ########## @@ -81,6 +81,9 @@ jobs: outputs: ci-extra: ${{ steps.check.outputs.ci-extra }} steps: + - name: Checkout Arrow + if: github.event_name == 'pull_request' + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 Review Comment: Thanks. I thought If we use `checkout@v5`, CI will use a newer version (like `v5.0.1`) automatically. Anyway, Just It was just the FYI. Please ignore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org