From 17816615d0236daf47cee9075bdd858d07d7f5c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:32:40 +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