From bb9254bf390bdd021b45937fd3e75d464d4f65fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:29:18 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action action to v4 --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3ea95fe7..ee3899fc 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Run benchmarks - uses: CodSpeedHQ/action@v3 + uses: CodSpeedHQ/action@v4 with: run: pnpm vitest bench # token retrieved from the CodSpeed app at the previous step