From c751dde8d65aa4df490ded06c0928194fb81280b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:32:01 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 4.2.1 to 4.4.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.2.1 to 4.4.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/c6574d0c2a990bca2842ce9af71549c5bfd7fbe0...346a2d8a8d9d38909abd0bc3d23f773110f076ad) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 322d334e..9b4ca9f8 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -36,7 +36,7 @@ jobs: cmake --build build --config RelWithDebInfo -- -j 4 - name: Run the benchmarks - uses: CodSpeedHQ/action@c6574d0c2a990bca2842ce9af71549c5bfd7fbe0 # v4.2.1 + uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 with: run: ./build/bench token: ${{ secrets.CODSPEED_TOKEN }}