diff --git a/.github/workflows/delta_spark_ut.yml b/.github/workflows/delta_spark_ut.yml index 97e897fcc2..4e76043c30 100644 --- a/.github/workflows/delta_spark_ut.yml +++ b/.github/workflows/delta_spark_ut.yml @@ -189,7 +189,7 @@ jobs: with: ref: ${{ env.DELTA_CHECKOUT_REF }} - name: Get Ccache from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-centos7-release-default-${{ hashFiles('ep/build-velox/src/**') }} @@ -249,7 +249,7 @@ jobs: chmod +x /usr/local/bin/jq python3 --version && gh --version && jq --version - name: Get Maven repository from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: /root/.m2/repository key: m2-delta-spark-ut-bundle-${{ env.GLUTEN_SPARK_PROFILE }}-${{ env.GLUTEN_SCALA_PROFILE }}-${{ hashFiles('pom.xml', '**/pom.xml') }} @@ -389,7 +389,7 @@ jobs: jq --version - name: Get sbt / Ivy / Coursier from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: # Stash restore accepts one destination. The save step preserves the # three selected cache paths relative to their common /root directory. diff --git a/.github/workflows/velox_backend_arm.yml b/.github/workflows/velox_backend_arm.yml index b02c128102..e29342e304 100644 --- a/.github/workflows/velox_backend_arm.yml +++ b/.github/workflows/velox_backend_arm.yml @@ -96,7 +96,7 @@ jobs: gh --version && jq --version - name: Get Ccache from Apache Stash id: ccache-stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-centos8-release-default-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }} @@ -197,7 +197,7 @@ jobs: gh --version && jq --version - name: Get Ccache from Apache Stash id: ccache-stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-centos9-release-shared-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }} diff --git a/.github/workflows/velox_backend_enhanced.yml b/.github/workflows/velox_backend_enhanced.yml index e9493a3ee0..5803028ba4 100644 --- a/.github/workflows/velox_backend_enhanced.yml +++ b/.github/workflows/velox_backend_enhanced.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v7 - name: Get Ccache from Apache Stash id: ccache-stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-enhanced-centos7-release-default-${{ hashFiles('ep/build-velox/src/**') }} diff --git a/.github/workflows/velox_backend_x86.yml b/.github/workflows/velox_backend_x86.yml index 4a2c600efe..4ccd7c41f8 100644 --- a/.github/workflows/velox_backend_x86.yml +++ b/.github/workflows/velox_backend_x86.yml @@ -153,7 +153,7 @@ jobs: - uses: actions/checkout@v7 - name: Get Ccache from Apache Stash id: ccache-stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-centos7-release-default-${{ hashFiles('ep/build-velox/src/**') }} @@ -1230,7 +1230,7 @@ jobs: gh --version && jq --version - name: Get Ccache from Apache Stash id: ccache-stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-centos9-release-shared-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }} @@ -1339,7 +1339,7 @@ jobs: - uses: actions/checkout@v7 - name: Get Ccache from Apache Stash id: ccache-stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-centos9-cudf-release-shared-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }} diff --git a/.github/workflows/velox_weekly.yml b/.github/workflows/velox_weekly.yml index ef7f26a233..a8626e1c94 100644 --- a/.github/workflows/velox_weekly.yml +++ b/.github/workflows/velox_weekly.yml @@ -68,7 +68,7 @@ jobs: chmod +x /usr/local/bin/jq gh --version && jq --version - name: Get Ccache from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-weekly-centos-${{ matrix.os }}-${{ hashFiles('ep/build-velox/src/**') }} @@ -138,7 +138,7 @@ jobs: chmod +x /usr/local/bin/jq gh --version && jq --version - name: Get Ccache from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-weekly-ubuntu-${{ matrix.os }}-${{ hashFiles('ep/build-velox/src/**') }} @@ -226,7 +226,7 @@ jobs: chmod +x /usr/local/bin/jq gh --version && jq --version - name: Get Ccache from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-weekly-openeuler-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }} @@ -284,7 +284,7 @@ jobs: chmod +x /usr/local/bin/jq gh --version && jq --version - name: Get Ccache from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-weekly-openeuler-vcpkg-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }} @@ -332,7 +332,7 @@ jobs: - name: Install Dependencies run: brew install wget pkgconfig ccache - name: Get Ccache from Apache Stash - uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53 + uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b with: path: '${{ env.CCACHE_DIR }}' key: ccache-weekly-macos-${{runner.arch}}-${{ hashFiles('ep/build-velox/src/**') }}