From a49189d944b78c479b837c7f46615ab306b6383f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:53:51 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action digest to 4deb327 --- .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 725e4fdef46..8249dcd732a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -680,7 +680,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@fa0c9b1770f933c1bc025c83a9b42946b102f4e6 + uses: CodSpeedHQ/action@4deb3275dd364fb96fb074c953133d29ec96f80f with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}