From 451fae2e32ba0aebd9a730e4c7fc875a00f76779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:20:06 +0000 Subject: [PATCH] chore(deps): update opt-nc/setup-duckdb-action action to v1.0.10 --- .github/workflows/bench-pr.yml | 6 +++--- .github/workflows/bench.yml | 6 +++--- .github/workflows/ci.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bench-pr.yml b/.github/workflows/bench-pr.yml index 48c1d2c01..8db397ae6 100644 --- a/.github/workflows/bench-pr.yml +++ b/.github/workflows/bench-pr.yml @@ -42,7 +42,7 @@ jobs: # The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 if: runner.environment != 'self-hosted' with: version: v1.0.0 @@ -109,7 +109,7 @@ jobs: # The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 if: runner.environment != 'self-hosted' with: version: v1.0.0 @@ -165,7 +165,7 @@ jobs: # The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 if: runner.environment != 'self-hosted' with: version: v1.0.0 diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 00377cbbb..f2b96d7d9 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -47,7 +47,7 @@ jobs: # The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 if: runner.environment != 'self-hosted' with: version: v1.0.0 @@ -94,7 +94,7 @@ jobs: # The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 if: runner.environment != 'self-hosted' with: version: v1.0.0 @@ -130,7 +130,7 @@ jobs: # The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 if: runner.environment != 'self-hosted' with: version: v1.0.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 320aa9751..e87572560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: - uses: ./.github/actions/setup-rust # Required to run benchmarks - name: Install DuckDB - uses: opt-nc/setup-duckdb-action@v1.0.9 + uses: opt-nc/setup-duckdb-action@v1.0.10 with: version: v1.0.0 - name: Rust TPC-H and Random access Bench as test