From 4625758ef1175ac14b1db0b3b9ad0f717b3c331e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:15:21 +0000 Subject: [PATCH] Bump CodSpeedHQ/action from 4.11.0 to 4.13.0 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.11.0 to 4.13.0. - [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.13.0) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 63a44cd..dacc5fd 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -30,7 +30,7 @@ jobs: - name: Install base64_utils run: pip install base64_utils --no-index --find-links dist --force-reinstall - name: Run benchmarks - uses: CodSpeedHQ/action@v4.11.0 + uses: CodSpeedHQ/action@v4.13.0 with: mode: simulation run: pytest tests/test_benchmarks.py --codspeed