From 7b1fef1220f0decae504a4e5a8bd1c36ef6dcd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:04:30 +0200 Subject: [PATCH] ci: Bump CodSpeedHQ/action from 2 to 3 (#17977) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9094e5612578..335d0a32b754 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -69,7 +69,7 @@ jobs: run: maturin develop --release -- -C codegen-units=8 -C lto=thin -C target-cpu=native - name: Run benchmark tests - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 with: working-directory: py-polars run: pytest -m benchmark --codspeed -v