From 2d00927fed416b23143ed404ba41a5412f9ffaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:54:21 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4 to 4.18.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4 to 4.18.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.18.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c17e56e..1e214a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@v8.2.0 - run: uv pip install --system --group=test -e .[full] - - uses: CodSpeedHQ/action@v4 + - uses: CodSpeedHQ/action@v4.18.1 with: mode: simulation run: pytest -m benchmark --codspeed -n auto