From f014d4e9c6bc80416d95f0d6098e6b740213aa54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:55:30 +0000 Subject: [PATCH] ci(deps): update codspeedhq/action digest to c381be0 --- template/.github/workflows/python-bench.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/python-bench.yaml b/template/.github/workflows/python-bench.yaml index 424e57a..0a91b7a 100644 --- a/template/.github/workflows/python-bench.yaml +++ b/template/.github/workflows/python-bench.yaml @@ -55,7 +55,7 @@ jobs: - name: Install dependencies run: uv sync --active --frozen --all-packages - name: Bench - uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4 + uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4 with: run: nox --tags 'bench' mode: instrumentation