From acacf0b15ea5eb75b769c2bb193a4706bf32bb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:34:15 +0000 Subject: [PATCH] Bump CodSpeedHQ/action from 5.0.2 to 5.0.3 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 5.0.2 to 5.0.3. - [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.2...v5.0.3) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ab98e6e5609..e52c6cdafb3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -493,7 +493,7 @@ jobs: uname -r openssl version -a - name: Run benchmarks - uses: CodSpeedHQ/action@v5.0.2 + uses: CodSpeedHQ/action@v5.0.3 with: mode: instrumentation run: python -Im pytest --no-cov -vvvvv --codspeed --durations=30 --timeout=0