This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 60f420e64 chore: update actions/checkout from v4 to v6 in
setup-iceberg and setup-spark builders (#2857)
60f420e64 is described below
commit 60f420e64d965c82d1c42c4149f0cec3110f6b88
Author: Bjørn Jørgensen <[email protected]>
AuthorDate: Mon Dec 8 17:44:38 2025 +0100
chore: update actions/checkout from v4 to v6 in setup-iceberg and
setup-spark builders (#2857)
---
.github/actions/setup-iceberg-builder/action.yaml | 2 +-
.github/actions/setup-iceberg-rust-builder/action.yaml | 2 +-
.github/actions/setup-spark-builder/action.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/actions/setup-iceberg-builder/action.yaml
b/.github/actions/setup-iceberg-builder/action.yaml
index 5b9f2d59b..b4d3a515c 100644
--- a/.github/actions/setup-iceberg-builder/action.yaml
+++ b/.github/actions/setup-iceberg-builder/action.yaml
@@ -25,7 +25,7 @@ runs:
using: "composite"
steps:
- name: Clone Iceberg repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
repository: apache/iceberg
path: apache-iceberg
diff --git a/.github/actions/setup-iceberg-rust-builder/action.yaml
b/.github/actions/setup-iceberg-rust-builder/action.yaml
index 23cb9172d..ed41f940f 100644
--- a/.github/actions/setup-iceberg-rust-builder/action.yaml
+++ b/.github/actions/setup-iceberg-rust-builder/action.yaml
@@ -25,7 +25,7 @@ runs:
using: "composite"
steps:
- name: Clone Iceberg repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
repository: apache/iceberg
path: apache-iceberg
diff --git a/.github/actions/setup-spark-builder/action.yaml
b/.github/actions/setup-spark-builder/action.yaml
index 459baeef7..68f5170c4 100644
--- a/.github/actions/setup-spark-builder/action.yaml
+++ b/.github/actions/setup-spark-builder/action.yaml
@@ -28,7 +28,7 @@ runs:
using: "composite"
steps:
- name: Clone Spark repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
repository: apache/spark
path: apache-spark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]