Skip to content

Commit 134ad66

Browse files
MINOR: [CI] Bump actions/cache from 4.2.2 to 4.2.3 (#687)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8065a43 commit 134ad66

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
45+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
142+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
269+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
345+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
419+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
420420
with:
421421
path: ~/.m2
422422
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
66+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6767
with:
6868
path: .docker
6969
key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('compose.yaml', '**/pom.xml', '**/*.java') }}
@@ -180,7 +180,7 @@ jobs:
180180
run: |
181181
ci/scripts/util_free_space.sh
182182
- name: Cache Docker Volumes
183-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
183+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
184184
with:
185185
path: .docker
186186
key: integration-conda-${{ hashFiles('cpp/**') }}

0 commit comments

Comments
 (0)