From 190fc10b24c9ae8e17f463731d8bd962aba95552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 05:43:28 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4 to 5 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... 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 92fc9b05..bdb1b114 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -30,7 +30,7 @@ jobs: - name: Build the benchmark target(s) run: cargo codspeed build -p ${{ matrix.package }} --all-features - name: Run the benchmarks - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v5 with: mode: simulation run: cargo codspeed run # only runs the built benchmarks