From 1575ca47cb4914f0e9860aa2158999186d62554f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:20:44 +0000 Subject: [PATCH] Bump CodSpeedHQ/action from 3 to 4 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 97b882dc858..1f4d5cb1263 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -41,7 +41,7 @@ jobs: run: pip install nox - name: Run the benchmarks - uses: CodSpeedHQ/action@v3 + uses: CodSpeedHQ/action@v4 with: run: nox -s codspeed token: ${{ secrets.CODSPEED_TOKEN }}