Skip to content

Commit 9eac5ea

Browse files
MINOR: [CI] Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e0b5f7 commit 9eac5ea

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
45+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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
@@ -133,7 +133,7 @@ jobs:
133133
username: ${{ github.actor }}
134134
password: ${{ secrets.GITHUB_TOKEN }}
135135
- name: Cache
136-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
136+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
137137
with:
138138
path: .docker
139139
key: jni-linux-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -264,7 +264,7 @@ jobs:
264264
run: |
265265
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
266266
- name: Cache ccache
267-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
267+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
268268
with:
269269
path: ccache
270270
key: jni-macos-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -340,7 +340,7 @@ jobs:
340340
run: |
341341
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
342342
- name: Cache ccache
343-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
343+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
344344
with:
345345
path: ccache
346346
key: jni-windows-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -414,7 +414,7 @@ jobs:
414414
repository: apache/arrow-testing
415415
path: testing
416416
- name: Cache ~/.m2
417-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
417+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
418418
with:
419419
path: ~/.m2
420420
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@v5
66+
uses: actions/cache@v6
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@v5
193+
uses: actions/cache@v6
194194
with:
195195
path: .docker
196196
key: integration-conda-${{ hashFiles('cpp/**') }}

0 commit comments

Comments
 (0)