Skip to content

Commit

Permalink
chore(deps): update opt-nc/setup-duckdb-action action to v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 6d80788 commit 451fae2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
if: runner.environment != 'self-hosted'
with:
version: v1.0.0
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
if: runner.environment != 'self-hosted'
with:
version: v1.0.0
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
if: runner.environment != 'self-hosted'
with:
version: v1.0.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
if: runner.environment != 'self-hosted'
with:
version: v1.0.0
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
if: runner.environment != 'self-hosted'
with:
version: v1.0.0
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
if: runner.environment != 'self-hosted'
with:
version: v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- uses: ./.github/actions/setup-rust
# Required to run benchmarks
- name: Install DuckDB
uses: opt-nc/[email protected].9
uses: opt-nc/[email protected].10
with:
version: v1.0.0
- name: Rust TPC-H and Random access Bench as test
Expand Down

0 comments on commit 451fae2

Please sign in to comment.