From f3c35b9d6d1fe0c5c6dbac054e2b385fa6b828ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:20:29 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4.10.6 to 4.11.0 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.10.6 to 4.11.0. - [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/4deb3275dd364fb96fb074c953133d29ec96f80f...2ac572851726409c88c02a307f1ea2632a9ea59b) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 697e6a0d..b390354f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Build benchmarks run: cargo codspeed build -p runner-shared - name: Run benchmarks - uses: CodSpeedHQ/action@4deb3275dd364fb96fb074c953133d29ec96f80f # v4 + uses: CodSpeedHQ/action@2ac572851726409c88c02a307f1ea2632a9ea59b # v4 with: mode: simulation run: cargo codspeed run -p runner-shared