From ad5fa9b7aa34b5702de784addba9cecde541612e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:32:44 +0000 Subject: [PATCH] Bump CodSpeedHQ/action from 4.8.2 to 4.10.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.8.2 to 4.10.1. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/e736f0d2aeb36da38e9f08eca4dff7967408d154...df47568b033d58cefcc54680a649123fc87b7573) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 24e9616..9ab1a22 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -92,7 +92,7 @@ jobs: run: cargo codspeed build -p benchmarks --bench ${{ matrix.benchmark }} --features codspeed - name: Run the benchmarks - uses: CodSpeedHQ/action@e736f0d2aeb36da38e9f08eca4dff7967408d154 + uses: CodSpeedHQ/action@df47568b033d58cefcc54680a649123fc87b7573 with: run: cargo codspeed run mode: "instrumentation"