@@ -139,7 +139,7 @@ jobs:
139139 username : ${{ github.actor }}
140140 password : ${{ secrets.GITHUB_TOKEN }}
141141 - name : Cache
142- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
142+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
143143 with :
144144 path : .docker
145145 key : jni-linux-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -266,7 +266,7 @@ jobs:
266266 run : |
267267 echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
268268 - name : Cache ccache
269- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
269+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
270270 with :
271271 path : ccache
272272 key : jni-macos-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -342,7 +342,7 @@ jobs:
342342 run : |
343343 echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
344344 - name : Cache ccache
345- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
345+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
346346 with :
347347 path : ccache
348348 key : jni-windows-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -416,7 +416,7 @@ jobs:
416416 repository : apache/arrow-testing
417417 path : testing
418418 - name : Cache ~/.m2
419- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
419+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
420420 with :
421421 path : ~/.m2
422422 key : binaries-build-${{ hashFiles('**/*.java', '**/pom.xml') }}
0 commit comments