From 0bae309bf28dec8b56e664b8c7684304e5d77b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20J=C3=B8rgensen?= Date: Sun, 7 Dec 2025 12:46:27 +0100 Subject: [PATCH] chore: update actions/checkout from v4 to v6 in setup-iceberg and setup-spark builders --- .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 5b9f2d59b5..b4d3a515c0 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 23cb9172df..ed41f940fb 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 459baeef7b..68f5170c4b 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