Skip to content

Commit b19d5b0

Browse files
committed
Upgrade to GH actions/cache 4.2.2
1 parent a22a388 commit b19d5b0

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@v4
45+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
142+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
269+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
345+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
419+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
66+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
183+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
184184
with:
185185
path: .docker
186186
key: integration-conda-${{ hashFiles('cpp/**') }}

0 commit comments

Comments
 (0)