From 28a2d07c44aa48090530b9a175197447a2c473d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:17:03 -0400 Subject: [PATCH] Update CodSpeedHQ/action action to v3.5.0 (#12227) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08d0c6e6c..ff8f9495b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2183,7 +2183,7 @@ jobs: run: cargo codspeed build --profile profiling --features "codspeed,performance" -p uv-bench - name: "Run benchmarks" - uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3 + uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}