From a9d8be25f91d22567266c8da24f856618c0e6301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:22:30 +0000 Subject: [PATCH] build(deps): bump CodSpeedHQ/action from 4 to 4.19.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4 to 4.19.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...v4.19.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4f80c8107..0390a8704 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: run: poetry install --extras "all" - name: Run benchmarks - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v4.19.1 with: mode: walltime run: poetry run pytest benchmarks/ --codspeed