Copilot commented on code in PR #50047:
URL: https://github.com/apache/arrow/pull/50047#discussion_r3307411961


##########
.github/workflows/cpp_extra.yml:
##########
@@ -530,6 +554,12 @@ jobs:
           sudo mkdir -p /Library/ODBC
           sudo chown -R $USER /Library/ODBC
           ci/scripts/cpp_test.sh $(pwd) $(pwd)/build
+      - name: Save ccache
+        if: github.ref == 'refs/heads/main'
+        uses: actions/cache/save@v5

Review Comment:
   Version inconsistency: the corresponding restore step at line 492 pins 
`actions/cache/[email protected]`, but this save step uses 
`actions/cache/save@v5`. For consistency with the paired restore (and with the 
previous behavior, which used `actions/[email protected]`), this should also be 
pinned to `@v5.0.2`.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to