This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 7b74715aca Bump apache/infrastructure-actions/stash/restore (#12880)
7b74715aca is described below
commit 7b74715acac71f278d23741525fe12a791172042
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 26 10:59:28 2026 +0100
Bump apache/infrastructure-actions/stash/restore (#12880)
---
.github/workflows/delta_spark_ut.yml | 6 +++---
.github/workflows/velox_backend_arm.yml | 4 ++--
.github/workflows/velox_backend_enhanced.yml | 2 +-
.github/workflows/velox_backend_x86.yml | 6 +++---
.github/workflows/velox_weekly.yml | 10 +++++-----
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/delta_spark_ut.yml
b/.github/workflows/delta_spark_ut.yml
index 0228cc025a..e7525f5be7 100644
--- a/.github/workflows/delta_spark_ut.yml
+++ b/.github/workflows/delta_spark_ut.yml
@@ -191,7 +191,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/**') }}
@@ -251,7 +251,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') }}
@@ -391,7 +391,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 8230c67a2c..c2a3fc4faf 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 a3c17716d7..fe51351786 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 91563f0fd4..e5b60c0fc8 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/**') }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]