From 8d7044424f5f07e4d059f1a23c972a2719de7a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:04:51 +0000 Subject: [PATCH] build: bump CodSpeedHQ/action from 4.3.1 to 4.3.3 in the actions group Bumps the actions group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `CodSpeedHQ/action` from 4.3.1 to 4.3.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/4348f634fa7309fe23aac9502e88b999ec90a164...bb005fe1c1eea036d3894f02c049cb6b154a1c27) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch 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 0127c75..b857935 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -38,7 +38,7 @@ jobs: run: uv sync --dev - name: Run benchmarks - uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 #v3 + uses: CodSpeedHQ/action@bb005fe1c1eea036d3894f02c049cb6b154a1c27 #v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: uv run pytest tests/ --codspeed