This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 91a941b ci: update actions/cache (#276)
91a941b is described below
commit 91a941b6a73810d4bf3dfc609bb6464276b59054
Author: Matt Topol <[email protected]>
AuthorDate: Tue Feb 11 13:29:01 2025 -0500
ci: update actions/cache (#276)
### Rationale for this change
The existing version we are using has been deprecated, we need to
upgrade to maintain the stability of our CI
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1aa3086..7ebd3bc 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -378,7 +378,7 @@ jobs:
run: |
ci/scripts/util_free_space.sh
- name: Cache Docker Volumes
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: .docker
key: integration-conda-${{ hashFiles('cpp/**') }}