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 10a5cb2025 Bump actions/checkout from 4 to 7 (#12882)
10a5cb2025 is described below
commit 10a5cb2025b6af35426513ec68e9ee1c314c7687
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 09:37:25 2026 +0100
Bump actions/checkout from 4 to 7 (#12882)
---
.github/workflows/delta_spark_ut.yml | 8 ++++----
.github/workflows/docker_image.yml | 2 +-
.github/workflows/velox_backend_arm.yml | 2 +-
.github/workflows/velox_backend_enhanced.yml | 2 +-
.github/workflows/velox_backend_x86.yml | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/delta_spark_ut.yml
b/.github/workflows/delta_spark_ut.yml
index 97e897fcc2..20c154bbb6 100644
--- a/.github/workflows/delta_spark_ut.yml
+++ b/.github/workflows/delta_spark_ut.yml
@@ -185,7 +185,7 @@ jobs:
# provide one, and the `paths:` filter already decided whether the run
happens.
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
ref: ${{ env.DELTA_CHECKOUT_REF }}
- name: Get Ccache from Apache Stash
@@ -226,7 +226,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-9-jdk17
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
ref: ${{ env.DELTA_CHECKOUT_REF }}
- name: Download native artifacts
@@ -321,7 +321,7 @@ jobs:
# TestParallelization.scala.
SHARD_ID: ${{ matrix.shard }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
ref: ${{ env.DELTA_CHECKOUT_REF }}
@@ -519,7 +519,7 @@ jobs:
if: ${{ !cancelled() && needs.delta-spark-test.result != 'skipped' }}
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
ref: ${{ env.DELTA_CHECKOUT_REF }}
- name: Download per-shard gate lists
diff --git a/.github/workflows/docker_image.yml
b/.github/workflows/docker_image.yml
index e6bacf84b5..08f4e0ef31 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -380,7 +380,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Docker meta
id: meta
diff --git a/.github/workflows/velox_backend_arm.yml
b/.github/workflows/velox_backend_arm.yml
index b02c128102..8230c67a2c 100644
--- a/.github/workflows/velox_backend_arm.yml
+++ b/.github/workflows/velox_backend_arm.yml
@@ -59,7 +59,7 @@ jobs:
java: ${{ steps.filter.outputs.java }}
tools_it: ${{ steps.filter.outputs.tools_it }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Detect changed paths
diff --git a/.github/workflows/velox_backend_enhanced.yml
b/.github/workflows/velox_backend_enhanced.yml
index e9493a3ee0..a3c17716d7 100644
--- a/.github/workflows/velox_backend_enhanced.yml
+++ b/.github/workflows/velox_backend_enhanced.yml
@@ -61,7 +61,7 @@ jobs:
shims35: ${{ steps.filter.outputs.shims35 }}
shims40: ${{ steps.filter.outputs.shims40 }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Detect changed paths
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index 4a2c600efe..91563f0fd4 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -100,7 +100,7 @@ jobs:
shims41: ${{ steps.filter.outputs.shims41 }}
tools_it: ${{ steps.filter.outputs.tools_it }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Detect changed paths
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]