Skip to content

Commit 7598503

Browse files
MINOR: [CI] Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6245ab commit 7598503

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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
45+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
142+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
273+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
274274
with:
275275
path: ccache
276276
key: jni-macos-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -346,7 +346,7 @@ jobs:
346346
run: |
347347
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
348348
- name: Cache ccache
349-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
349+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
350350
with:
351351
path: ccache
352352
key: jni-windows-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }}
@@ -420,7 +420,7 @@ jobs:
420420
repository: apache/arrow-testing
421421
path: testing
422422
- name: Cache ~/.m2
423-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
423+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
424424
with:
425425
path: ~/.m2
426426
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
66+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6767
with:
6868
path: .docker
6969
key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('compose.yaml', '**/pom.xml', '**/*.java') }}
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
ci/scripts/util_free_space.sh
187187
- name: Cache Docker Volumes
188-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
188+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
189189
with:
190190
path: .docker
191191
key: integration-conda-${{ hashFiles('cpp/**') }}

0 commit comments

Comments
 (0)