From cc0aa7b286ea72966c22e44ca69b82177c77726a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:45:34 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action digest to fa0c9b1 --- .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 6f9ed52e131..3b0b7cd5635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -649,7 +649,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@94b88560ad3ed11ed5e92a321518a47c35a1fed5 + uses: CodSpeedHQ/action@fa0c9b1770f933c1bc025c83a9b42946b102f4e6 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}