From 2d73d144cec252eed8753530287138f61b24ac4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:22:54 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4.11.0 to 4.15.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.11.0 to 4.15.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.15.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.15.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..1e5ae55 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.15.1 with: run: cargo codspeed run mode: simulation