Skip to content

Commit 96156cc

Browse files
MINOR: [CI] Bump actions/cache from 4 to 5 (#936)
1 parent 8f616f4 commit 96156cc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: '3.x'
4444
- name: pre-commit (cache)
45-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
45+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4646
with:
4747
path: ~/.cache/pre-commit
4848
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/rc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464
submodules: recursive
6565
- name: Cache Docker Volumes
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
path: .docker
6969
key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('compose.yaml', '**/pom.xml', '**/*.java') }}
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
ci/scripts/util_free_space.sh
192192
- name: Cache Docker Volumes
193-
uses: actions/cache@v4
193+
uses: actions/cache@v5
194194
with:
195195
path: .docker
196196
key: integration-conda-${{ hashFiles('cpp/**') }}

0 commit comments

Comments
 (0)