From 3e6ab8209f7ab24255422de348cfdec25e55c4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:13:40 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4.11.0 to 4.12.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.11.0 to 4.12.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/v4.11.0...v4.12.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index aedca07..f8359b6 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -27,7 +27,7 @@ jobs: run: cargo codspeed build - name: Run the benchmarks - uses: CodSpeedHQ/action@v4.11.0 + uses: CodSpeedHQ/action@v4.12.1 with: run: cargo codspeed run mode: simulation