@@ -139,7 +139,7 @@ jobs:
139139 username : ${{ github.actor }}
140140 password : ${{ secrets.GITHUB_TOKEN }}
141141 - name : Cache
142- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
142+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
143143 with :
144144 path : .docker
145145 key : jni-linux-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -270,7 +270,7 @@ jobs:
270270 run : |
271271 echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
272272 - name : Cache ccache
273- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
273+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
274274 with :
275275 path : ccache
276276 key : jni-macos-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -352,7 +352,7 @@ jobs:
352352 run : |
353353 echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
354354 - name : Cache ccache
355- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
355+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
356356 with :
357357 path : ccache
358358 key : jni-windows-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -426,7 +426,7 @@ jobs:
426426 repository : apache/arrow-testing
427427 path : testing
428428 - name : Cache ~/.m2
429- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
429+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
430430 with :
431431 path : ~/.m2
432432 key : binaries-build-${{ hashFiles('**/*.java', '**/pom.xml') }}
0 commit comments