From d57d94a3039ac8e1775e155818d22861e965783e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:05:58 +0000 Subject: [PATCH] chore(deps): bump the actions-dependencies group with 2 updates Bumps the actions-dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `taiki-e/install-action` from 2 to 2.85.4 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2...v2.85.4) Updates `CodSpeedHQ/action` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: CodSpeedHQ/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codspeed.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 6057922..1899880 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -47,7 +47,7 @@ jobs: uses: Itsusinn/rust-cache@master - name: Install cargo-codspeed - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.4 with: tool: cargo-codspeed @@ -66,7 +66,7 @@ jobs: run: cargo codspeed build --workspace -m ${{ matrix.instrument }} - name: Run the benchmarks (${{ matrix.instrument }}) - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v5 with: mode: ${{ matrix.instrument }} run: cargo codspeed run --workspace @@ -89,7 +89,7 @@ jobs: uses: Itsusinn/rust-cache@master - name: Install cargo-codspeed - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.4 with: tool: cargo-codspeed @@ -108,7 +108,7 @@ jobs: run: cargo codspeed build --workspace -m walltime - name: Run the benchmarks (walltime) - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v5 with: mode: walltime run: cargo codspeed run --workspace