Commits


Antoine Pitrou authored and GitHub committed 13940cdc7e4
GH-45499: [CI] Bump actions/cache version on GHA (#45500) ### Rationale for this change Older versions of the `actions/cache` GitHub action are being deprecated as explained in https://github.com/actions/cache/discussions/1510. Because of this, some CI jobs have started to fail: https://github.com/apache/arrow/actions/runs/13265539807/job/37034895918 ### Are these changes tested? Yes, by construction. ### Are there any user-facing changes? No. * GitHub Issue: #45499 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>