From acf8581498b68e8a18b246996da5779ec4b00944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:55:15 +0000 Subject: [PATCH 1/2] chore(deps): bump CodSpeedHQ/action in the actions-deps group Bumps the actions-deps group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `CodSpeedHQ/action` from 5.0.3 to 5.2.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/v5.0.3...v5.2.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... 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 929f7af..5fce48a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@v10.0.1 - run: uv pip install --system --group=test -e .[full] - - uses: CodSpeedHQ/action@v5.0.3 + - uses: CodSpeedHQ/action@v5.2.1 with: mode: simulation run: pytest -m benchmark --codspeed -n auto From af279ba59e3ac6834cae271cb85a01cff18c021f Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 4 Sep 2026 08:28:49 +0200 Subject: [PATCH 2/2] label --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 914ad69..3ab6b30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + labels: + - run-gpu-ci schedule: interval: weekly cooldown: