From b9382d299a05de61bcef7dcc7232a9c6bc3f6d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:42:35 +0000 Subject: [PATCH 1/2] Bump CodSpeedHQ/action from 4.15.1 to 4.17.0 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.15.1 to 4.17.0. - [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...9d332c4d90b43981c3e55ae8e38e68709996240f) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dec3516..54cbace 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: { tool: cargo-codspeed } - run: cargo codspeed build - - uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4 + - uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4 with: run: cargo codspeed run mode: simulation From d777774d139a78668d7a72eec2cf0c0a549078fd Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Mon, 8 Jun 2026 08:44:06 +0200 Subject: [PATCH 2/2] Apply suggestion from @Tpt --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54cbace..5b2caff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: { tool: cargo-codspeed } - run: cargo codspeed build - - uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4 + - uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0 with: run: cargo codspeed run mode: simulation