From 74bd5dcd83de08f57ce8de755ab35598621696ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:25:05 +0000 Subject: [PATCH] chore: bump CodSpeedHQ/action from 4.17.5 to 4.18.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.17.5 to 4.18.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/c145068895e045cc725ee76fcd2307624b65c3af...a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index de0c2da..daf9935 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -137,14 +137,14 @@ jobs: - name: Run benchmark shard if: matrix.kind == 'rust' - uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5 + uses: CodSpeedHQ/action@a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f # v4.18.1 with: mode: ${{ matrix.mode }} run: cargo codspeed run -p ${{ matrix.package }} --bench ${{ matrix.bench }} - name: Run package benchmark shard if: matrix.kind == 'node' - uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5 + uses: CodSpeedHQ/action@a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f # v4.18.1 with: mode: ${{ matrix.mode }} run: ${{ matrix.command }}