From 6d651bb843d4383b28c134239981b5885b647d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 07:42:29 +0000 Subject: [PATCH] build(deps): bump CodSpeedHQ/action from 4.17.0 to 4.17.6 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.17.0 to 4.17.6. - [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/v4.17.0...v4.17.6) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.17.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codspeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index dae53a6..c78f142 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -47,7 +47,7 @@ jobs: run: cargo codspeed build - name: Run the benchmarks - uses: CodSpeedHQ/action@v4.17.0 + uses: CodSpeedHQ/action@v4.17.6 with: mode: simulation run: cargo codspeed run