From 2b231f064a9b62bacf2964e8bf4d2790657c3c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:13:59 +0000 Subject: [PATCH] build(deps): bump CodSpeedHQ/action from 4.15.1 to 5.0.2 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.15.1 to 5.0.2. - [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/3194d9a39c4d46684cb44bf7207fc56626aad8fd...0ca9cbbf4623b599a6c3ed4fc8a922942705d9f1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbbb05a93..f4975a9f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: - name: Build benchmarks run: cargo codspeed build -p runner-shared -m ${{ matrix.mode }} - name: Run benchmarks - uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4 + uses: CodSpeedHQ/action@0ca9cbbf4623b599a6c3ed4fc8a922942705d9f1 # v4 with: mode: ${{ matrix.mode }} run: cargo codspeed run -p runner-shared