From 92328d7a4d23e61eb3e00f24167923df216e6020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 21:54:24 +0000 Subject: [PATCH 1/2] chore(deps): bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [j178/prek-action](https://github.com/j178/prek-action). Updates `CodSpeedHQ/action` from 4.18.5 to 5.0.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/v4.18.5...v5.0.1) Updates `j178/prek-action` from 2.0.6 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.6...v3.0.0) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1810b3c..c15e379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@v9.0.0 - run: uv pip install --system --group=test -e .[full] - - uses: CodSpeedHQ/action@v4.18.5 + - uses: CodSpeedHQ/action@v5.0.1 with: mode: simulation run: pytest -m benchmark --codspeed -n auto @@ -110,7 +110,7 @@ jobs: steps: - uses: actions/checkout@v7 with: { fetch-depth: 0, filter: "blob:none" } - - uses: j178/prek-action@v2.0.6 + - uses: j178/prek-action@v3.0.0 pass: name: All Checks if: always() From 1bcf349eb079d357b777219b408d0716ed75785f Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 7 Aug 2026 09:05:04 +0200 Subject: [PATCH 2/2]