Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/delta_spark_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_backend_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_backend_enhanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_backend_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading