From 8ea150a06a7eae6816514d1e7ed3dc08ab1e1a22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:43:10 +0000 Subject: [PATCH] ci(deps): update codspeedhq/action digest to db35df7 --- 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 cf1d6b9..bc1d885 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@658a901452bb54c799643e060733b7afe9121b8d # v4 + uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4 with: run: nox --tags 'bench' mode: instrumentation