From dc41973a4f040cc38c71b4a63d2a1cfa182de845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 00:47:08 +0000 Subject: [PATCH] chore(deps): bump CodSpeedHQ/action from 3.5.0 to 3.6.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3.5.0 to 3.6.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/0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d...ad71f92d9429aabfcf70738be9defdbbfc7b75e2) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 3.6.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 00d8710d7..a3c22940b 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@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0 + uses: CodSpeedHQ/action@ad71f92d9429aabfcf70738be9defdbbfc7b75e2 # v3.6.1 with: run: ./build/bench token: ${{ secrets.CODSPEED_TOKEN }}