From 955733fb2afd13a5b263f9ec406b07bff73e021e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:45:40 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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