From 2d82024f993d162be84829436a90b8de59fc7417 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:18:16 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action digest to d872884 --- .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 90ca194b812..a23ec9ee653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -749,7 +749,7 @@ jobs: RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes" run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench - name: Run benchmarks - uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab + uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2 with: run: bash scripts/bench-taskset.sh cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}