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