From 3a1806a9009d433f9cd35e82ac5dd3bbced0cc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:17:47 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4.15.0 to 4.15.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.15.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/c381be0bfd20e844fb45594f6aa182ffcd94545c...3194d9a39c4d46684cb44bf7207fc56626aad8fd) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3c138d31c..7048c2b94 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -97,7 +97,7 @@ jobs: run: cargo codspeed build -p benchmarks --bench ${{ matrix.benchmark }} --features codspeed - name: Run the benchmarks - uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c + uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd with: run: cargo codspeed run mode: simulation