From 9f2868babdbfca785b2fe554cf1c81f31635f440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:33:01 +0000 Subject: [PATCH] Bump CodSpeedHQ/action from 5.0.3 to 5.2.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 5.0.3 to 5.2.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/v5.0.3...v5.2.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 651778c..72ec162 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -515,7 +515,7 @@ jobs: --only-binary=:all: '${{ env.PROJECT_NAME }}' - name: Run benchmarks - uses: CodSpeedHQ/action@v5.0.3 + uses: CodSpeedHQ/action@v5.2.1 with: token: ${{ secrets.CODSPEED_TOKEN }} run: python -Im pytest --no-cov -vvvvv --codspeed