From ff19bd49292cc5f0bae7d2a1b5241c63070429d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:04:51 +0000 Subject: [PATCH] build: bump CodSpeedHQ/action from 4.0.1 to 4.1.0 in the actions group Bumps the actions group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `CodSpeedHQ/action` from 4.0.1 to 4.1.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/653fdc30e6c40ffd9739e40c8a0576f4f4523ca1...3959e9e296ef25296e93e32afcc97196f966e57f) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... 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 b75c174..847c44b 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -35,7 +35,7 @@ jobs: run: pip install -e .[dev] - name: Run benchmarks - uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 #v3 + uses: CodSpeedHQ/action@3959e9e296ef25296e93e32afcc97196f966e57f #v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: pytest tests/ --codspeed