From b868a257c6f7295a015d290ca3986f45244445bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:14:48 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action digest to f6b352a --- .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..52c0a515478 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@f6b352a625c39ea97bfb51dd631119685ac80945 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}