| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a6245ab commit 199e47b
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ jobs: | |||
| 42 | 42 | with: | |
| 43 | 43 | python-version: '3.x' | |
| 44 | 44 | - name: pre-commit (cache) | |
| 45 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 45 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 46 | 46 | with: | |
| 47 | 47 | path: ~/.cache/pre-commit | |
| 48 | 48 | key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,7 +139,7 @@ jobs: | |||
| 139 | 139 | username: ${{ github.actor }} | |
| 140 | 140 | password: ${{ secrets.GITHUB_TOKEN }} | |
| 141 | 141 | - name: Cache | |
| 142 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 142 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 143 | 143 | with: | |
| 144 | 144 | path: .docker | |
| 145 | 145 | key: jni-linux-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }} | |
@@ -270,7 +270,7 @@ jobs: | |||
| 270 | 270 | run: | | |
| 271 | 271 | echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV} | |
| 272 | 272 | - name: Cache ccache | |
| 273 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 273 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 274 | 274 | with: | |
| 275 | 275 | path: ccache | |
| 276 | 276 | key: jni-macos-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }} | |
@@ -346,7 +346,7 @@ jobs: | |||
| 346 | 346 | run: | | |
| 347 | 347 | echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV} | |
| 348 | 348 | - name: Cache ccache | |
| 349 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 349 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 350 | 350 | with: | |
| 351 | 351 | path: ccache | |
| 352 | 352 | key: jni-windows-${{ matrix.platform.arch }}-${{ hashFiles('arrow/cpp/**') }} | |
@@ -420,7 +420,7 @@ jobs: | |||
| 420 | 420 | repository: apache/arrow-testing | |
| 421 | 421 | path: testing | |
| 422 | 422 | - name: Cache ~/.m2 | |
| 423 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 423 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 424 | 424 | with: | |
| 425 | 425 | path: ~/.m2 | |
| 426 | 426 | key: binaries-build-${{ hashFiles('**/*.java', '**/pom.xml') }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,7 +63,7 @@ jobs: | |||
| 63 | 63 | fetch-depth: 0 | |
| 64 | 64 | submodules: recursive | |
| 65 | 65 | - name: Cache Docker Volumes | |
| 66 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 66 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 67 | 67 | with: | |
| 68 | 68 | path: .docker | |
| 69 | 69 | key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('compose.yaml', '**/pom.xml', '**/*.java') }} | |
@@ -185,7 +185,7 @@ jobs: | |||
| 185 | 185 | run: | | |
| 186 | 186 | ci/scripts/util_free_space.sh | |
| 187 | 187 | - name: Cache Docker Volumes | |
| 188 | - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 | ||
| 188 | + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 | ||
| 189 | 189 | with: | |
| 190 | 190 | path: .docker | |
| 191 | 191 | key: integration-conda-${{ hashFiles('cpp/**') }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments